diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-02-22 01:27:35 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-02-22 01:27:35 +0000 |
commit | 8883511eb0dbbe065ff1a8c33f1b45dbd6f2800a (patch) | |
tree | cbb1fac0d9012fccef2c52ce3c12e42e9d513a6c /gdb/ChangeLog | |
parent | 223b8554ec63e81a856813d843d88a5238cb4aa1 (diff) | |
download | gdb-8883511eb0dbbe065ff1a8c33f1b45dbd6f2800a.zip gdb-8883511eb0dbbe065ff1a8c33f1b45dbd6f2800a.tar.gz gdb-8883511eb0dbbe065ff1a8c33f1b45dbd6f2800a.tar.bz2 |
Changes for GNU/Linux PPC native gdb port.
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 557a4d7..a98f1d5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -9,6 +9,9 @@ config/powerpc/nm-linux.h, config/powerpc/tm-linux.h: New files. * config/powerpc/xm-linux.h: Substantially revised for native port. + * config/powerpc/linux.mh (NAT_FILE): Redefine to be nm-linux.h. + (NATDEPFILES): Update list to reflect the fact that we can + now debug natively. * rs6000-tdep.c, config/rs6000/tm-rs6000.h (rs6000_frameless_function_invocation, rs6000_frame_saved_pc): |