diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-10-27 16:18:23 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-10-27 16:18:23 +0000 |
commit | 931758afc4b86ded4b4574c7c119a60f853641da (patch) | |
tree | 7358b86b5eb87f34095a695908d6c904b32a0044 /gdb/ChangeLog | |
parent | 9376f0c73d2141373b36fe8120fa603c36f794fc (diff) | |
download | gdb-931758afc4b86ded4b4574c7c119a60f853641da.zip gdb-931758afc4b86ded4b4574c7c119a60f853641da.tar.gz gdb-931758afc4b86ded4b4574c7c119a60f853641da.tar.bz2 |
2003-10-24 Andrew Cagney <cagney@redhat.com>
* osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
arch_info. Use warning instead of fprintf_filtered. Do not use
deprecated bfd_printable_arch_mach.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c6073be..25f2ae5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2003-10-24 Andrew Cagney <cagney@redhat.com> + + * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of + arch_info. Use warning instead of fprintf_filtered. Do not use + deprecated bfd_printable_arch_mach. + 2003-10-26 Kevin Buettner <kevinb@redhat.com> * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size): |