mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-23 00:59:51 +08:00
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:
parent
d19b11bb29
commit
28a65fe538
@ -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>
|
2008-10-06 Bill Tompkins <bill+newlib@key-square.com>
|
||||||
|
|
||||||
* arm/crt0.S: Fix calling hardware_init_hook() or software_init_hook()
|
* arm/crt0.S: Fix calling hardware_init_hook() or software_init_hook()
|
||||||
|
@ -85,9 +85,6 @@ MONSPECS = mon.specs
|
|||||||
|
|
||||||
all: $(CRT0) $(LIBGLOSS) $(MONLIBGLOSS) $(GDBLIB) $(GDBSTUB)
|
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)
|
libgloss.a: $(LIBOBJS)
|
||||||
$(AR) $(ARFLAGS) $@ $(LIBOBJS)
|
$(AR) $(ARFLAGS) $@ $(LIBOBJS)
|
||||||
$(RANLIB) $@
|
$(RANLIB) $@
|
||||||
@ -126,6 +123,7 @@ config.status: configure
|
|||||||
# to support SunOS VPATH
|
# to support SunOS VPATH
|
||||||
crt0.o: crt0.S
|
crt0.o: crt0.S
|
||||||
m32r-lib.o: m32r-lib.c
|
m32r-lib.o: m32r-lib.c
|
||||||
|
m32r-stub.o: m32r-stub.c
|
||||||
chmod.o: chmod.c
|
chmod.o: chmod.c
|
||||||
close.o: close.c
|
close.o: close.c
|
||||||
exit.o: exit.c
|
exit.o: exit.c
|
||||||
|
1749
libgloss/m32r/m32r-stub.c
Normal file
1749
libgloss/m32r/m32r-stub.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user