missing from make dep-am commit

This commit is contained in:
Alan Modra 2009-03-04 01:16:15 +00:00
parent c72ab5f2c5
commit a1f7ca36bf
6 changed files with 32 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-03-03 Alan Modra <amodra@bigpond.net.au>
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
* elf32-score7.c: New file.

View File

@ -2,6 +2,11 @@
* readelf.c: Update formatting.
2009-03-03 Alan Modra <amodra@bigpond.net.au>
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
2009-03-03 Alan Modra <amodra@bigpond.net.au>
* objdump.c (disassemble_section): Mask address before sign extending.

View File

@ -114,6 +114,11 @@
* as.c (close_output_file): Remove #ifndef OBJ_VMS.
(main): Ditto.
2009-03-03 Alan Modra <amodra@bigpond.net.au>
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
2009-03-02 Nick Clifton <nickc@redhat.com>
PR 9874

View File

@ -1,3 +1,8 @@
2009-03-03 Alan Modra <amodra@bigpond.net.au>
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure: Regenerate.

View File

@ -9,6 +9,11 @@
* NEWS: Retrospectively adjust news announcement.
* ld.texinfo: Update documentation to mention new behaviour.
2009-03-03 Alan Modra <amodra@bigpond.net.au>
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
2009-03-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
* ldgram.y: Add support for REGION_ALIAS operator.

View File

@ -3,6 +3,13 @@
* ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
instructions from newer processors are listed before older ones.
2009-03-03 Alan Modra <amodra@bigpond.net.au>
* Makefile.am: Run "make dep-am".
(HFILES): Move lm32-desc.h and lm32-opc.h from..
(CFILES): ..here.
* Makefile.in: Regenerate.
2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
* score7-dis.c: New file.