mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-31 22:13:43 +00:00
go32 patches from dj
This commit is contained in:
parent
1ef625b778
commit
72f2e98420
@ -4,6 +4,13 @@ Thu Nov 3 18:19:13 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
|
||||
|
||||
* config/i386linux.mh (EXTRALIBS): Include -lm.
|
||||
|
||||
Patches from DJ Delorie:
|
||||
* coff-go32.c: Replacement file, uses coff-i386.c with minor
|
||||
changes.
|
||||
* coff-i386.c (TARGET_UNDERSCORE): allow other files to override
|
||||
underscore also
|
||||
* makefile.dos: del ctor.o, add cofflink.o and elf32.o
|
||||
|
||||
Wed Nov 2 15:24:51 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
|
||||
|
||||
* archive.c (normalize): Change to take a BFD as an argument.
|
||||
|
@ -25,7 +25,6 @@ OBJS = \
|
||||
syms.o \
|
||||
reloc.o \
|
||||
init.o \
|
||||
ctor.o \
|
||||
coffgen.o \
|
||||
srec.o \
|
||||
hash.o \
|
||||
@ -38,6 +37,8 @@ OBJS = \
|
||||
i386aout.o \
|
||||
cpu-i386.o \
|
||||
coff-go32.o \
|
||||
cofflink.o \
|
||||
elf32.o \
|
||||
$E
|
||||
|
||||
libbfd.a : $(OBJS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user