mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Remove unused declaration from nlmconv.c. Add ChangeLog entry for
Sean's change.
This commit is contained in:
@ -1,3 +1,13 @@
|
|||||||
|
Wed Nov 17 17:38:58 1993 Sean Eric Fagan (sef@cygnus.com)
|
||||||
|
|
||||||
|
* nlmconv.c (select_output_format): Use nlm32-sparc for
|
||||||
|
bfd_arch_sparc.
|
||||||
|
|
||||||
|
Wed Nov 17 14:41:35 1993 Jeffrey Osier (jeffrey@thepub.cygnus.com)
|
||||||
|
|
||||||
|
* nlmconv.1: added man page
|
||||||
|
* objcopy.1: fixed format errors
|
||||||
|
|
||||||
Wed Nov 17 12:03:41 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
Wed Nov 17 12:03:41 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||||
|
|
||||||
* Makefile.in: Use CFLAGS as well as LDFLAGS when linking.
|
* Makefile.in: Use CFLAGS as well as LDFLAGS when linking.
|
||||||
|
@ -92,9 +92,6 @@ static void mangle_relocs PARAMS ((bfd *, asection *, arelent **,
|
|||||||
static void i386_mangle_relocs PARAMS ((bfd *, asection *, arelent **,
|
static void i386_mangle_relocs PARAMS ((bfd *, asection *, arelent **,
|
||||||
bfd_size_type *, char *,
|
bfd_size_type *, char *,
|
||||||
bfd_size_type));
|
bfd_size_type));
|
||||||
static void sparc_mangle_relocs PARAMS ((bfd *, asection *, arelent **,
|
|
||||||
bfd_size_type *, char *,
|
|
||||||
bfd_size_type));
|
|
||||||
|
|
||||||
/* The main routine. */
|
/* The main routine. */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user