mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-09 17:43:40 +08:00
* configure.in: Don't include elf.lo again for ELF targets; it's
always in the library anyhow. * configure: Rebuild.
This commit is contained in:
parent
ccb809cdfb
commit
d9eff006a5
@ -1,5 +1,11 @@
|
||||
Fri Oct 3 11:23:47 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure.in: Don't include elf.lo again for ELF targets; it's
|
||||
always in the library anyhow.
|
||||
* configure: Rebuild.
|
||||
|
||||
* bfd-in2.h: Rebuild.
|
||||
|
||||
* elf32-sparc.c (sparc_elf_wdisp16_reloc): Cast to bfd_byte *, not
|
||||
char *, when calling bfd_get_32 and bfd_put_32.
|
||||
* sunos.c (sunos_scan_dynamic_symbol): Cast contents to char *
|
||||
|
2
bfd/configure
vendored
2
bfd/configure
vendored
@ -2562,7 +2562,7 @@ selarchs="$f"
|
||||
# Target backend .o files.
|
||||
tb=
|
||||
|
||||
elf="elf.lo elflink.lo"
|
||||
elf="elflink.lo"
|
||||
|
||||
for vec in $selvecs
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user