diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2009-04-21 20:19:13 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2009-04-21 20:19:13 +0000 |
commit | cfd5360553473b50cccc235545f3ac8b332de9bb (patch) | |
tree | 909539b4294dbbdde88443b2b098c769201bee68 /gdb/ChangeLog | |
parent | 26e251b60395cf60fd81e6e10ab2c487f75f0164 (diff) | |
download | gdb-cfd5360553473b50cccc235545f3ac8b332de9bb.zip gdb-cfd5360553473b50cccc235545f3ac8b332de9bb.tar.gz gdb-cfd5360553473b50cccc235545f3ac8b332de9bb.tar.bz2 |
* configure.ac: Don't postprocess Makefile in config.status.
Substitute GDB_NM_FILE. Don't substitute nm_h.
* Makefile.in (GDB_NM_FILE): Substitute.
(TAGS): Use $(GDB_NM_FILE) instead of $(NAT_FILE).
* configure: Regenerate.
* gnulib/Makefile.in: Regenerate.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5a5b757..3258727 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2009-04-20 Andreas Schwab <schwab@linux-m68k.org> + + * configure.ac: Don't postprocess Makefile in config.status. + Substitute GDB_NM_FILE. Don't substitute nm_h. + * Makefile.in (GDB_NM_FILE): Substitute. + (TAGS): Use $(GDB_NM_FILE) instead of $(NAT_FILE). + * configure: Regenerate. + * gnulib/Makefile.in: Regenerate. + 2009-04-21 Joseph Myers <joseph@codesourcery.com> * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir, @@ -38,7 +47,7 @@ 2009-04-21 Pierre Muller <muller.u-strasbg.fr> * gnu-nat.h (proc_debug): Add missing continuation line in macro. - + 2009-04-20 David Daney <ddaney@caviumnetworks.com> * NEWS: Mention MIPS/Linux hardware watchpoint support. @@ -313,7 +322,7 @@ 2009-04-01 Aleksandar Ristovski <aristovski@qnx.com> * mips-tdep.c (mips_numeric_register_alieses): New definition. - (mips_gdbarch_init): Add user registers from + (mips_gdbarch_init): Add user registers from mips_numeric_register_aliases. 2009-04-01 Joel Brobecker <brobecker@adacore.com> |