diff options
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/config/pa/tm-hppah.h | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 799d012..a5d5a93 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-12-03 J. Brobecker <brobecker@gnat.com> + + * config/pa/tm-hppah.h (SNAP1): Remove unused macro. + (SNAP2): Likewise. + 2002-12-03 Andrew Cagney <cagney@redhat.com> * NEWS: Mention Daniel Jacobowitz's multi-threaded shared library diff --git a/gdb/config/pa/tm-hppah.h b/gdb/config/pa/tm-hppah.h index 022e124..9f44e57 100644 --- a/gdb/config/pa/tm-hppah.h +++ b/gdb/config/pa/tm-hppah.h @@ -21,9 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define HPUX_SNAP1 -#define HPUX_SNAP2 - /* The solib hooks are not really designed to have a list of hook and handler routines. So until we clean up those interfaces you either get SOM shared libraries or HP's unusual PA64 ELF shared |