diff options
author | Kevin Buettner <kevinb@redhat.com> | 2003-04-03 17:56:25 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2003-04-03 17:56:25 +0000 |
commit | 35cec8418138c52928b80f107e8c674af5d4e125 (patch) | |
tree | 767a4f33ee691d49f66fc253107f209914fd14da /gdb/ChangeLog | |
parent | ed4c619a6772b5ca8fd509f27d3cb6d9623a7616 (diff) | |
download | gdb-35cec8418138c52928b80f107e8c674af5d4e125.zip gdb-35cec8418138c52928b80f107e8c674af5d4e125.tar.gz gdb-35cec8418138c52928b80f107e8c674af5d4e125.tar.bz2 |
* rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
``mach'' to the value determined by bfd_default_set_arch_mach().
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e5d2ce6..d8ff8da 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2003-04-03 Kevin Buettner <kevinb@redhat.com> + + * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set + ``mach'' to the value determined by bfd_default_set_arch_mach(). + 2003-04-02 Bob Rossi <bob_rossi@cox.net> * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o". |