oops, fix tipo.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 1fab72266918bea12b921065bf3e953b51424f1e..2e0d81cbaccf6a0e11b513729fc6f8161df42600 100644 (file)
@@ -1,3 +1,97 @@
+2004-07-31  Andrew Cagney  <cagney@gnu.org>
+
+       * frame.h (legacy_saved_regs_unwind)
+       (legacy_frame_chain_valid, legacy_frame_p)
+       (enum frame_type): Delete UNKNOWN_FRAME.
+       * dummy-frame.c (dummy_frame_this_id): Simplify.
+       * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
+       * frame.c (struct frame_info): Delete the field "type".
+       (legacy_saved_regs_prev_register, legacy_get_prev_frame)
+       (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
+       (legacy_saved_regs_unwind, legacy_frame_p)
+       (frame_type_from_pc): Delete.
+       (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
+       (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
+
+2004-07-31  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
+       indentation.
+
+       * mips-nat.c: Remove file.
+       * Makefile.in (ALLDEPFILES): Remove mips-nat.c
+       (mips-nat.o): Remove dependency.
+
+       * infptrace.c: Update copyright year.
+       (fetch_register): Pass NULL in regcache_raw_supply call instead of
+       explicitly setting the buffer to all zeroes.
+
+       * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
+       (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
+
+2004-07-30  Andrew Cagney  <cagney@gnu.org>
+
+       * GDB 6.2 released from gdb_6_2-branch.
+
+2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
+
+       * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
+
+       * exec.c (exec_file_attach):
+       * nto-tdep.c (nto_find_and_open_solib):
+       * pa64solib.c (pa64_solib_sizeof_symbol_table):
+       * solib.c (solib_open):
+       * somsolib.c (som_solib_sizeof_symbol_table):
+       * source.c (is_regular_file, openp, open_source_file):
+       * symfile.c (symfile_bfd_open):
+       * wince.c (upload_to_device): Differentiate between the search for
+       binary and source files.
+
+2004-07-30  Andrew Cagney  <cagney@gnu.org>
+
+       * complaints.c (_initialize_complaints): Pass NULL to
+       add_setshow_zinteger_cmd for help_doc.
+       * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
+
+2004-07-30  Andrew Cagney  <cagney@gnu.org>
+
+       Fix PR i18n/761.
+       * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
+       (.PHONY): Add all-po install-po, uninstall-po, clean-po,
+       $(PACKAGE).pot and update-po.
+       (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
+       (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
+       (update-po): New rules.
+       (localedir): Define using autoconf.
+       (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
+       (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
+       (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
+       * configure.in: Generate CATALOGS and LINGUAS from contents of
+       src/gdb/po/ directory.  Set @localedir@ in Makefile.in.
+       * configure: Re-generate.
+       * po/gdbtext: New file
+       
+2004-07-30  Jerome Guitton  <guitton@gnat.com>
+
+       * MAINTAINERS: Reorder Write After Approval list in alphabetical
+       order.
+
+2004-07-30  David Lecomber  <dsl@sources.redhat.com>
+
+       * dwarf2read.c (read_file_scope): Set producer if attribute 
+       present.
+       (struct dwarf2_cu): Added new member producer.
+
+2004-07-30  Jerome Guitton  <guitton@gnat.com>
+
+       * inflow.c (kill_command): release file handles in BFD.
+       * exec.c (exec_file_attach): Ditto.
+       * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
+
+2004-07-29  Andrew Cagney  <cagney@gnu.org>
+
+       * PROBLEMS (mips-irix): Note that it is broken.
+
 2004-07-29  Andrew Cagney  <cagney@gnu.org>
 
        * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
        (handle_inferior_event): Inline calls to
        handle_step_into_function.
 
-2004-05-14  Jerome Guitton  <guitton@rome.act-europe.fr>
+2004-05-14  Jerome Guitton  <guitton@gnat.com>
 
        * rs6000-nat.c: Fix a comment.
 
 
        * ChangeLog-2002: Fix year in one of the ChangeLog entries.
 
-2004-04-23  Jerome Guitton  <guitton@gnat.fr>
+2004-04-23  Jerome Guitton  <guitton@gnat.com>
 
        * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
        use convert_typed_floating to get the appropriate format.
This page took 0.025581 seconds and 4 git commands to generate.