Patch from Dawn Perchik <dawn@cygnus.com>:
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3712db95ad513892ed82e2e286aa92394e34a307..7da9553d15a0dd47776e7af936c4d92c00a39b24 100644 (file)
@@ -1,3 +1,66 @@
+Tue Sep 22 22:27:24 1998  Mark Alexander  <marka@cygnus.com>
+
+       Patch from Dawn Perchik <dawn@cygnus.com>:
+       * rs6000-tdep.c (pop_frame): Handle generic dummy frames.
+       (push_arguments): Likewise.
+       (frame_saved_pc): Likewise.
+       (rs6000_frame_chain): Likewise.
+       (ppc_push_return_address): New function.
+       (get_saved_register): New function.
+       * config/powerpc/tm-ppc-eabi.h: Add generic dummy frame macros.
+
+Mon Sep 21 19:29:32 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
+
+       * defs.h utils.c (fputc_filtered):  New function.  Does the obvious...
+       * jv-lang.c (java_printchar):  Fix output of chars > 0xff.  Fold
+       java_emit_char into java_printchar.
+       * language.h (PRINT_LITERAL_FORM):  Reformat for readability.
+       
+Mon Sep 21 14:38:03 1998  Catherine Moore <clm@cygnus.com>
+
+       * config/arm/tm-arm.h (*_BREAKPOINT): Define both little endian
+       and big endian breakpoint patterns.
+
+       * arm-tdep.c (arm_break_point_from_pc):  Insert either big endian
+       or little endian breakpoints depending upon target byte order.
+
+start-sanitize-sky
+Sun Sep 20 23:11:41 1998  Ron Unrau  <runrau@cygnus.com>
+
+       * incorporate SKY-B changes (makes dual maintenance easier).
+       * txvu-tdep.c (check_overlap): new function to guarantee that 
+         overlays are either mapped or unmapped in their entirety.
+       * txvu-tdep.c (compress_blockvector): compress blockvectors correctly
+
+end-sanitize-sky
+Fri Sep 18 07:53:08 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * sol-thread.c (sol_thread_notice_signals):  Use PIDGET when
+       passing pid down to procfs_notice_signals.
+
+Wed Sep 16 14:57:14 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
+
+       * stabsread.c (resolve_symbol_reference):  Return 1 on success, 0 on
+       failure.
+       * (define_symbol):  Check return value from resolve_symbol_reference,
+       and drop symbol if it fails.
+
+Tue Sep 15 15:24:16 1998  Stu Grossman  <grossman@fencer.cygnus.com>
+
+       * stabsread.c:  Make all complaints static.
+       * Fix formatting of live range splitting code.
+       * (resolve_symbol_reference define_symbol resolve_live_range):  Change
+       errors to complaints so that bad live range symbols won't abort the
+       entire symbol table.  Handle errors by aborting just the current
+       symbol.
+       * (ref_init):  Goes away.  Folded into ref_add().
+       * (REF_MAP_SIZE):  Put parens around parameter so that args like
+       `1 + 2' get handled correctly (yes, this was a real bug).
+       * (ref_add):  Remove check for allocation failures.  Not necessary
+       when using xrealloc().  Fix pointer arithmetic problem when clearing
+       memory.  This and the previous patch prevent random SEGV's when there
+       are lots of live range symbols.
+       
 Tue Sep 15 14:02:01 1998  Nick Clifton  <nickc@cygnus.com>
 
        * remote-rdi.c: Prevent multiple attempts to close the remote
This page took 0.023829 seconds and 4 git commands to generate.