diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-10-12 16:11:12 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-10-12 16:11:12 +0000 |
commit | ee53e8729a3de34db1558b06f97437517b203b8c (patch) | |
tree | fa9fb6903713bca08c2fd2b63592a0c63fbdb9e9 /gdb/ChangeLog | |
parent | e9deb29d4fbb19de560012f1ddcd2d00f9444966 (diff) | |
download | gdb-ee53e8729a3de34db1558b06f97437517b203b8c.zip gdb-ee53e8729a3de34db1558b06f97437517b203b8c.tar.gz gdb-ee53e8729a3de34db1558b06f97437517b203b8c.tar.bz2 |
* breakpoint.c (breakpoint_sals_to_pc): Do not check for
DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE.
* config/pa/tm-hppa.h: Delete file.
* config/pa/hppa64.mt: Do not set DEPRECATED_TM_FILE.
* config/pa/hppahpux.mt: Likewise.
* config/pa/hppa.mt: Likewise.
* config/pa/linux.mt: Likewise.
* hppa-tdep.c (hppa_pc_requires_run_before_use): Delete.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3aea2f7..b7fdcd5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,17 @@ 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com> + * breakpoint.c (breakpoint_sals_to_pc): Do not check for + DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE. + + * config/pa/tm-hppa.h: Delete file. + * config/pa/hppa64.mt: Do not set DEPRECATED_TM_FILE. + * config/pa/hppahpux.mt: Likewise. + * config/pa/hppa.mt: Likewise. + * config/pa/linux.mt: Likewise. + * hppa-tdep.c (hppa_pc_requires_run_before_use): Delete. + +2007-10-12 Ulrich Weigand <uweigand@de.ibm.com> + * config/arm/nm-nbsdaout.h: Remove file. * config/nm-nbsdaout.h: Likewise. * config/nm-nbsd.h: Likewise. |