Mon Jun 29 19:01:18 1998 Jim Wilson <wilson@cygnus.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index d2c3e17a955134ec733dd1225665ea8f317cbda6..66ab82f5f0d3df24a73729208803cecaca93f4a3 100644 (file)
@@ -1,3 +1,176 @@
+Mon Jun 29 19:01:18 1998  Jim Wilson  <wilson@cygnus.com>
+
+        * gnu-regex.c (re_comp): Add cast to char * before gettext calls.
+
+Sun Jun 28 11:35:48 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       Improve support for SunPro F77.
+       * dbxread.c (end_psymtab, process_one_symbol):  Handle minimal
+       symbols with trailing underscore names.
+       * minsyms.c (find_stab_function_addr):  Ditto.
+       * dbxread.c (process_one_symbol):  Ignore N_ALIAS for now.
+       * partial-stab.h (case N_ALIAS):  Ditto.
+       * stabsread.c (read_sun_builtin_type):  Handle boolean types.
+
+Fri Jun 26 14:03:01 1998  Keith Seitz  <keiths@cygnus.com>
+
+       * symtab.h (enum namespace): Add new namespaces FUNCTIONS_NAMESPACE,
+       TYPES_NAMESPACE, METHODS_NAMESPACE, and VARIABLES_NAMESPACE used by
+       new search_symbols.
+       Add prototype for search_symbols and free_search_symbols.
+
+       * symtab.c (list_symbols): Rewrite to use new search_symbols.
+       (file_matches): New helper function for search_symbols.
+       (free_search_symbols): New function which frees data returned from
+       search_symbols.
+       (print_symbol_info): New helper function which prints info about a
+       matched symbol to stdout. Extracted from old list_symbols.
+       (print_msymbol_info): New helper function which prints info about
+       a matched msymbol to stdout. Extracted from old list_symbols.
+       (symtab_symbol_info): Extracted from old list_symbols.
+       (variables_info): Use symtab_symbol_info.
+       (functions_info): Use symtab_symbol_info.
+       (types_info): Use symtab_symbol_info.
+       (rbreak_command): Rewrite to use new search_symbols.
+
+Thu Jun 25 22:38:32 1998  Frank Ch. Eigler  <fche@cygnus.com>
+
+       * mips-tdep.c (mips_push_arguments): Use 128-bit stack frame
+       alignment for inferior calls.
+
+Wed Jun 24 23:17:12 1998  Mark Alexander  <marka@cygnus.com>
+
+       * mn10200-tdep.c (mn10200_analyze_prologue): Fix calculation
+       of jsr target address.
+
+Tue Jun 23 19:37:46 1998  Mark Alexander  <marka@cygnus.com>
+
+       * config/mn10200/tm-mn10200.h (SAVED_PC_AFTER_CALL):  Don't
+       zero upper byte of address.
+
+Tue Jun 23 17:32:26 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * rs6000-tdep.c (pop_dummy_frame): use memcpy. 
+       (push_arguments): use memset.
+       (various other places): fix up indentation and long lines.
+
+Tue Jun 23 11:58:35 1998  Jason Molenda  (crash@bugshack.cygnus.com)
+
+       * configure.in: s/lXext/-lXext/ for Jillian's change.
+
+Tue Jun 23 11:14:04 1998  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * source.c (find_source_lines): fix indentation.
+
+       * config/mips/tm-irix5.h: Modify to work better on irix 6, by
+       making FP registers 8 bytes instead of 4.
+       REGISTER_BYTES: redefine.  REGISTER_BYTE(): redefine.
+       REGISTER_VIRTUAL_TYPE: redefine.  MIPS_LAST_ARG_REGNUM: redefine.
+       * irix5-nat.c (fetch_core_registers): read 8 bytes per FP register.
+       * mips-tdep.c (FP_REGISTER_DOUBLE): new macro to distinguish 
+       targets with 8-byte FP registers (don't use TARGET_MIPS64).
+       (STACK_ARGSIZE): new macro, how much space is taken up on the
+       stack for each function argument (don't use TARGET_MIPS64).
+       (mips_push_arguments): modify logic to work better on Irix 6
+       (n32 ABI).
+
+Tue Jun 23 12:29:53 1998  Jillian Ye  <jillian@cygnus.com>
+
+        * configure.in: Add -lXext to mips_extra_libs
+       * configure: Regenerated.
+   
+Sun Jun 21 09:31:12 1998  Ron Unrau  (runrau@cygnus.com)
+
+       * symtab.c (find_line_pc): assumed that a PC of 0 is illegal.
+         Changed to pass PC as arg and return 1 if valid (0 otherwise).
+         symtab.h: change prototype to match
+         symtab.c (find_line_pc_range): use new interface
+         breakpoint.c (resolve_sal_pc): ditto
+         gdbtk.c (gdb_set_bp): ditto
+
+Wed Jun 17 15:50:00 1998  Ron Unrau  (runrau@cygnus.com)
+
+       * parse.c (target_map_name_to_register): Check target specific 
+         aliases *first* so that it can over-ride architectural names
+       
+Wed Jun 17 17:13:38 1998  Said Ziouani  (saidz@park-street.cygnus.com)
+
+       * remote-sds.c (sds_start_remote): Fix printf call.
+
+Tue Jun 16 16:32:08 1998  Mark Alexander  <marka@cygnus.com>
+
+       * mn10200-tdep.c (mn10200_analyze_prologue): Fix null pointer
+       crash when in "start".
+
+Tue Jun 16 14:38:40 1998  Ron Unrau  (runrau@cygnus.com)
+
+       * dbxread.c: reset function_start_offset after a finishing N_FUN 
+         is seen.
+       * remote-sim.c: allow TARGET_REDEFINE_DEFAULT_OPS to override
+         target vectors as needed.
+
+Sun Jun 14 08:46:25 1998  Ron Unrau  (runrau@cygnus.com)
+
+       * partial-stab.h: 'F' and 'f' type N_FUN psymbols should pass
+         CUR_SYMBOL_VALUE as CORE_ADDR instead of long
+       * buildsym.[ch]: export pending_blocks list
+
+Sat Jun 13 13:02:32 1998  Dawn Perchik (dawn@cygnus.com)
+
+       * remote.c : Fix remote help string to match that of help.exp.
+
+Fri Jun 12 14:22:55 1998  Jason Molenda  (crash@bugshack.cygnus.com)
+
+       * configure.in (LIBS): Add -lw to the list of libraries if needed.
+
+Thu Jun 11 15:05:10 1998  Jason Molenda  (crash@bugshack.cygnus.com)
+
+       * btowc.c: Removed.
+       * configure.in: Don't see if we need to replace btowc().
+       * Makefile.in: Don't include LIBOBJS.
+       * configure: Regenerated.
+       * gnu-regex.c (regex_compile): Only support i18n [:foo:] if
+       we have btowc().
+
+Wed Jun 10 15:39:14 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
+
+       * c-exp.y:  Fix problems with parsing "'foo.bar'::func".  Some languages
+       allow symbols with dots.
+
+       * gdbtypes.c (check_stub_method):  Cosmetic.  Use more descriptive
+       names for parameters.
+
+start-sanitize-java
+       * jv-exp.y:  Parser now accepts primitive types.
+       * (parse_number):  Use correct ifdef for scanf long double support.
+       * jv-lang.c (java_array_type):  Initial cut at array support.
+
+end-sanitize-java
+       * language.c language.h (set_language):  Now returns previous language.
+
+       * symtab.c (find_methods):  Make static.  Cosmetic changes, including
+       indentation, and adding descriptive comments.  Move local variable defs
+       into the block they are used in.
+       * Don't call check_stub_method any more.  Use gdb_mangle_name to
+       generate the full method name.  find_method doesn't need all the other
+       goobldegook that check_stub_method does.
+       * (gdb_mangle_name):  Use more descriptive names for parameters.  Fix
+       comment.
+start-sanitize-java
+       * (lookup_partial_symbol lookup_block_symbol):  Check for java to
+       ensure we can find mangled names.
+end-sanitize-java
+       * (decode_line_1):  Move local variable defs into the block they are
+       used in.  (Improves code readability.)
+       
+Wed Jun 10 18:04:35 1998  Frank Ch. Eigler  <fche@cygnus.com>
+       * gdbtypes.c (get_discrete_bounds): Assign unsigned type flag for
+       all-positive enum.
+       (create_set_type): Ditto for all-positive set values.
+       * values.c (unpack_field_as_long): Check for typedef in struct
+       field unpacking.
+
 Wed Jun 10 14:06:05 1998  Jason Molenda  (crash@bugshack.cygnus.com)
 
        * configure.in: Add some tests for gnu-regex.c's benefit.
This page took 0.025736 seconds and 4 git commands to generate.