diff options
author | Stu Grossman <grossman@cygnus> | 1992-12-22 03:21:54 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-12-22 03:21:54 +0000 |
commit | e5e6b6b14d81d691645114e414181e3681d3e6b4 (patch) | |
tree | f515c2826141c6adb8e4909672b52e6eefa916c7 /gdb/ChangeLog | |
parent | 9f739abdacc530b319f71e627a766d030ab7268a (diff) | |
download | gdb-e5e6b6b14d81d691645114e414181e3681d3e6b4.zip gdb-e5e6b6b14d81d691645114e414181e3681d3e6b4.tar.gz gdb-e5e6b6b14d81d691645114e414181e3681d3e6b4.tar.bz2 |
* tm-hppah.h: #define NEED_TEXT_START_END for target memory
read/write routines for HPUX.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f050aa9..8cf862f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Mon Dec 21 18:02:35 1992 Stu Grossman (grossman at cygnus.com) + * tm-hppah.h: #define NEED_TEXT_START_END for target memory + read/write routines for HPUX. + * hppa-pinsn.c (print_insn): Improve handling of be and ble branch targets to compute target address using const from previous instruction if necessary. |