mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00

binutils/ 2010-01-06 H.J. Lu <hongjiu.lu@intel.com> PR binutils/11131 * Makefile.am (ELFEDIT_PROG): New. (bin_PROGRAMS): Add $(ELFEDIT_PROG). (CFILES): Add elfedit.c. (elfedit_DEPENDENCIES): New. (elfedit_SOURCES): Likewise. (elfedit_LDADD): Likewise. * Makefile.in: Regenerated. * elfedit.c: New. * doc/binutils.texi: Document elfedit. * doc/Makefile.am (man_MANS): Add elfedit.1. (elfedit.1): New. * doc/Makefile.in: Regenerated. binutils/testsuite/ 2010-01-06 H.J. Lu <hongjiu.lu@intel.com> PR binutils/11131 * binutils-all/elfedit-1.d: New. * binutils-all/elfedit.exp: Likewise. * config/default.exp (ELFEDIT): New. Set if it doesn't exist. (ELFEDITFLAGS): Likewise. * lib/utils-lib.exp (run_dump_test): Support elfedit.
55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
2010-01-06 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR binutils/11131
|
||
* Makefile.am (ELFEDIT_PROG): New.
|
||
(bin_PROGRAMS): Add $(ELFEDIT_PROG).
|
||
(CFILES): Add elfedit.c.
|
||
(elfedit_DEPENDENCIES): New.
|
||
(elfedit_SOURCES): Likewise.
|
||
(elfedit_LDADD): Likewise.
|
||
* Makefile.in: Regenerated.
|
||
|
||
* elfedit.c: New.
|
||
|
||
* doc/binutils.texi: Document elfedit.
|
||
|
||
* doc/Makefile.am (man_MANS): Add elfedit.1.
|
||
(elfedit.1): New.
|
||
* doc/Makefile.in: Regenerated.
|
||
|
||
2010-01-06 Tristan Gingold <gingold@adacore.com>
|
||
|
||
* nm.c (usage): Remove extra blanks.
|
||
Update copyright.
|
||
|
||
2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* objcopy.c: Update copyright.
|
||
* readelf.c: Likewise.
|
||
|
||
2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR binutils/11130
|
||
* objcopy.c (copy_object): Remove "Warning: " from error
|
||
message.
|
||
|
||
2010-01-04 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR 11128
|
||
* readelf.c (dump_section_as_strings): Use two separate
|
||
invocations of printf() in order to work around bugs in
|
||
the Solaris 8 implementation.
|
||
|
||
2010-01-04 Nick Clifton <nickc@redhat.com>
|
||
|
||
* po/ru.po: Updated Russian translation.
|
||
|
||
For older changes see ChangeLog-2009
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|