mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
2000-12-12 Kazu Hirata <kazu@hxi.com>
* m68klinux.c: Fix formatting. * m68knetbsd.c: Likewise. * mipsbsd.c: Likewise. * netbsd-core.c: Likewise. * netbsd.h: Likewise. * newsos3.c: Likewise. * nlm32-alpha.c: Likewise. * nlm32-i386.c: Likewise. * nlm32-ppc.c: Likewise. * nlm32-sparc.c: Likewise. * nlmcode.h: Likewise. * nlmswap.h: Likewise. * nlm-target.h: Likewise. * ns32knetbsd.c: Likewise.
This commit is contained in:
@ -1,3 +1,20 @@
|
||||
2000-12-12 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* m68klinux.c: Fix formatting.
|
||||
* m68knetbsd.c: Likewise.
|
||||
* mipsbsd.c: Likewise.
|
||||
* netbsd-core.c: Likewise.
|
||||
* netbsd.h: Likewise.
|
||||
* newsos3.c: Likewise.
|
||||
* nlm32-alpha.c: Likewise.
|
||||
* nlm32-i386.c: Likewise.
|
||||
* nlm32-ppc.c: Likewise.
|
||||
* nlm32-sparc.c: Likewise.
|
||||
* nlmcode.h: Likewise.
|
||||
* nlmswap.h: Likewise.
|
||||
* nlm-target.h: Likewise.
|
||||
* ns32knetbsd.c: Likewise.
|
||||
|
||||
2000-12-10 Fred Fish <fnf@be.com>
|
||||
|
||||
* elflink.h (elf_link_output_extsym): Don't complain about undefined
|
||||
|
@ -174,7 +174,6 @@ nlm_sparc_write_reloc (abfd, sec, rel)
|
||||
int type = -1;
|
||||
reloc_howto_type *tmp;
|
||||
|
||||
|
||||
for (index = 0;
|
||||
index < sizeof (nlm32_sparc_howto_table) / sizeof (reloc_howto_type);
|
||||
index++) {
|
||||
|
@ -820,7 +820,6 @@ nlm_swap_auxiliary_headers_out (abfd)
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
/* Write out the copyright header if there is one. */
|
||||
if (find_nonzero ((PTR) nlm_copyright_header (abfd),
|
||||
sizeof (Nlm_Internal_Copyright_Header)))
|
||||
|
@ -49,5 +49,4 @@ MY_bfd_reloc_type_lookup
|
||||
PARAMS((bfd *abfd AND
|
||||
bfd_reloc_code_real_type code));
|
||||
|
||||
|
||||
#include "netbsd.h"
|
||||
|
Reference in New Issue
Block a user