2008-11-17 Jeff Johnston <jjohnstn@redhat.com>

* m32r/Makefile.in: Add building m32r-stub.o from local copy instead
        of up and over in gdb.
        * m32r/m32r-stub.c: New file copied from gdb.
This commit is contained in:
Jeff Johnston 2008-11-17 21:58:28 +00:00
parent d19b11bb29
commit 28a65fe538
3 changed files with 1756 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2008-11-17 Jeff Johnston <jjohnstn@redhat.com>
* m32r/Makefile.in: Add building m32r-stub.o from local copy instead
of up and over in gdb.
* m32r/m32r-stub.c: New file copied from gdb.
2008-10-06 Bill Tompkins <bill+newlib@key-square.com>
* arm/crt0.S: Fix calling hardware_init_hook() or software_init_hook()

View File

@ -85,9 +85,6 @@ MONSPECS = mon.specs
all: $(CRT0) $(LIBGLOSS) $(MONLIBGLOSS) $(GDBLIB) $(GDBSTUB)
m32r-stub.o: $(srcdir)/$(MULTISRCTOP)../../gdb/m32r-stub.c
$(CC) -c $(CFLAGS) -o $@ $(srcdir)/$(MULTISRCTOP)../../gdb/m32r-stub.c
libgloss.a: $(LIBOBJS)
$(AR) $(ARFLAGS) $@ $(LIBOBJS)
$(RANLIB) $@
@ -126,6 +123,7 @@ config.status: configure
# to support SunOS VPATH
crt0.o: crt0.S
m32r-lib.o: m32r-lib.c
m32r-stub.o: m32r-stub.c
chmod.o: chmod.c
close.o: close.c
exit.o: exit.c

1749
libgloss/m32r/m32r-stub.c Normal file

File diff suppressed because it is too large Load Diff