X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=4c60c7ad6053f8e46ca2a00501dff4a68e1210e8;hb=32a8097ba5dd6ddb71c0fb2fccbac262c371846a;hp=62d1d068f8b3686fbd661e1300973d937983332d;hpb=89c7137fad41711072e2a15ce539e2ad293bd065;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 62d1d068f8..4c60c7ad60 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,41 @@ +2014-10-17 Pedro Alves + + * Makefile.in (ALL_64_TARGET_OBS): Remove alpha-osf1-tdep.o. + (HFILES_NO_SRCDIR): Remove config/alpha/nm-osf3.h. + (ALLDEPFILES): Remove alpha-nat.c, alpha-osf1-tdep.c and + solib-osf.c. + * NEWS: Mention that support for alpha*-*-osf* has been removed. + * ada-lang.h [__alpha__ && __osf__] + (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Delete. + * alpha-nat.c, alpha-osf1-tdep.c: Delete files. + * alpha-tdep.c (alpha_gdbarch_init): Remove reference to + GDB_OSABI_OSF1. + * config/alpha/alpha-osf3.mh, config/alpha/nm-osf3.h: Delete + files. + * config/djgpp/fnchange.lst (config/alpha/alpha-osf1.mh) + (config/alpha/alpha-osf2.mh, config/alpha/alpha-osf3.mh): Delete. + * configure: Regenerate. + * configure.ac: Remove references to osf. + * configure.host: Handle alpha*-*-osf* in the obsolete hosts + section. Remove all other references to osf. + * configure.tgt: Add alpha*-*-osf* to the obsolete targets section. + Remove all other references to osf. + * dec-thread.c: Delete file. + * defs.h (GDB_OSABI_OSF1): Delete. + * inferior.h (START_INFERIOR_TRAPS_EXPECTED): New unconditionally + defined. + * osabi.c (gdb_osabi_names): Delete "OSF/1". + * procfs.c (procfs_debug_inferior) [PROCFS_DONT_TRACE_FAULTS]: + Delete code. + (unconditionally_kill_inferior) + [PROCFS_NEED_CLEAR_CURSIG_FOR_KILL]: Delete code. + * solib-osf.c: Delete file. + +2014-10-17 Pedro Alves + + * remote.c (clear_threads_listing_context): Move higher up, out of + the HAVE_LIBEXPAT guard. + 2014-10-16 Tristan Gingold * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers)