]> Git Repo - binutils.git/blobdiff - gdb/ChangeLog
Add section table to objfile struct. Use it for find_pc_section.
[binutils.git] / gdb / ChangeLog
index ea8c8f91c8cdc48d54cccb62c03d2979acf4d7b0..2eec88fa97340ded2829f97e2f3de0441cac7a1e 100644 (file)
@@ -1,3 +1,580 @@
+Tue Apr  6 22:30:58 1993  K. Richard Pixley  ([email protected])
+
+       Add section table to objfile struct.  Use it for find_pc_section.
+       * objfiles.c (add_to_objfile_sections,
+         build_objfile_section_table, find_pc_section): new functions.
+         (allocate_objfile): build section table.
+       * objfiles.h (struct obj_section): new structure.
+         (struct objfile): add section table.
+         (find_pc_section): new prototype.
+       * solib.[ch] (find_pc_section_from_so_list): removed.
+       * sparc-tdep.c: include objfiles.h for find_pc_section.  include
+         symfile.h for objfiles.h.
+         (in_solib_trampoline): adjusted for new find_pc_section
+         prototype.  Removed BAD_RICH_HACK ifdefs.
+       * symfile.c (syms_from_objfile): offset objfile sections.
+         (find_pc_section): removed.  Also removed BAD_RICH_HACK ifdefs.
+       * symfile.h (find_pc_section): prototype removed.  Also fixed
+         comment typo NUL -> NULL.
+       * target.[ch] (find_pc_section_from_targets): removed.
+       * config/sparc/tm-sun4sol2.h (BAD_RICHH_HACK): removed.
+
+Tue Apr  6 21:41:13 1993  Stu Grossman  ([email protected])
+
+       * ser-go32.c:  Format.  (go32_open):  Use proper return value.
+
+       * configure.in:  Undo conditional configdirs hack for sparclite.
+
+Tue Apr  6 17:07:37 1993  Jim Wilson  ([email protected])
+
+       * symtab.c (list_symbols): When call break_command, pass both
+       filename and function name not just function name.
+
+Tue Apr  6 15:00:09 1993  Fred Fish  ([email protected])
+
+       (Changes and new files to make "none" a full fledged configuration)
+       * config/none/{nm-none.h, tm-none.h, xm-none.h}:  New files.
+       Currently only tm-none.h has any meaningful contents.
+       * config/none/none.mh (NAT_FILE):  Use nm-none.h
+       * config/none/none.mh (XM_FILE):  Use xm-none.h
+       * config/none/none.mt (TM_FILE):  Use tm-none.h
+       * Makefile.in (depend):  Remove comment about parse errors in
+       valops.c, it now parses correctly and generates a correct depend
+       line.  Remove line that touches xm.h, tm.h, and nm.h; they are
+       now linked to config/none/{xm-none.h, tm-none.h, nm-none.h}.
+
+Tue Apr  6 09:54:29 1993  Jim Kingdon  ([email protected])
+
+       * values.c (USE_STRUCT_RETURN): Only use gcc wierdness for gcc1.
+
+       * xcoffread.c (read_xcoff_symtab): Deal correctly with symbols of
+       exactly 8 characters.
+
+Tue Apr  6 10:31:26 1993  Stu Grossman  ([email protected])
+
+       * configure.in:  Sparclite uses sparc config dir.  Also has it's
+       own tm- & .mt files now.  Also add sparclite to configdirs.
+       * go32-xdep.c:  Dummy routines for sigsetmask & strlwr.
+       * config/i386/go32.mh:  Nullify def of TERMCAP.
+       * config/i386/xm-go32.h:  Get rid of redef of EIO.
+       * config/sparc/{sparclite.mh tm-sparclite.h}:  New sparclite
+       specific configs.  Very similar to sun4os4, but without solib.
+       * sparclite/{Makefile.in configure.in}:  First cut at making this
+       dir configgable.
+
+Tue Apr  6 03:10:44 1993  Stu Grossman  ([email protected])
+
+       * ser-go32.c:  First cut at adapting to new serial interface.
+
+Mon Apr  5 22:29:43 1993  Stu Grossman  ([email protected])
+
+       * Makefile.in (SFILES OBS):  Add serial.[co] & ser-hardwire.[co].
+       These implement a new serial line interface for talking to remote
+       targets.
+       * configure.in:  Link ser-hardwire.c to ser-unix.c for all hosts,
+       EXCEPT go32, which gets ser-go32.c.
+       * remote.c:  Use new serial interface.  More remote-xxx's to be
+       converted later.
+       * ser-bsd.c, ser-termios.c:  Removed.
+       * serial.c:  New.  Implements common operations for all serial
+       types.
+       * ser-unix.c:  New.  Unix specific serial operations for various
+       flavors of Unix (Posix, SysV, BSD).
+       * serial.h:  Generic serial interface defs.
+       * config/i386/go32.mh, config/i386/i386bsd.h,
+       config/m68k/apollo68b.mh, config/sparc/sun4os4.mh:  Remove
+       ser-bsd.o from XDEPFILES.  All the magic is now handled in
+       configure.in.
+
+Mon Apr  5 20:48:54 1993  Stu Grossman  ([email protected])
+
+       * config/h8500/tm-h8500.h:  Clean up brain damage found by GCC.
+
+Fri Apr  2 08:23:14 1993  Jim Kingdon  ([email protected])
+
+       * xcoffread.c (xcoff_symfile_offsets): Use 0 not addr for offsets.
+
+       * rs6000-tdep.c (frameless_function_invocation): Don't even think
+       about framelessness except on the innermost frame.
+
+       * xcoffexec.c: Call fatal() not abort().
+
+       * stabsread.c (patch_block_stabs): If stab & no symbol, make
+       a LOC_OPTIMIZED_OUT symbol.
+       symtab.h (enum address_class): Add LOC_OPTIMIZED_OUT.
+       findvar.c (read_var_value), printcmd.c (address_info),
+       symmisc.c (print_{,partial_}symbol), c-exp.y (variable),
+       m2-exp.y (yylex): Deal with it.
+       **** start-sanitize-chill ****
+       ch-exp.y (yylex): Deal with it.
+       **** end-sanitize-chill ****
+
+Thu Apr  1 18:43:02 1993  Stu Grossman  ([email protected])
+
+       * findvar.c (value_from_register):  H8500 specific, check to see
+       if we are looking at short pointer.  If so, skip crock.
+       * h8500-tdep.c (h8500_frame_chain):  Mask down value from
+       read_memory_integer() to avoid getting messed up by sign extension.
+
+Thu Apr  1 16:44:41 1993  K. Richard Pixley  ([email protected])
+
+       * sparc-tdep.c (in_solib_trampoline), symfile.c (find_pc_section):
+         ifdef protect using BAD_RICH_HACK.  This should be removed soon.
+       * config/sparc/tm-sun4sol2.h (BAD_RICH_HACK): define.
+
+Thu Apr  1 09:01:38 1993  Jim Kingdon  ([email protected])
+
+       * i960-pinsn.c, a29k-pinsn.c: Much abridged, just use libopcodes.a.
+
+       * core.c (dis_asm_print_address): New function.
+
+       * core.c (dis_asm_read_memory): Reinstate 4th arg.  The prototype
+       has been fixed.
+
+Thu Apr  1 09:34:43 1993  Peter Schauer  ([email protected])
+
+       * breakpoint.c (bpstat_print, bpstat_stop_status): Change to walk the
+       entire breakpoint chain and print only the first entry that needs to
+       be printed and needs to be stopped for. Fixes problems with printing
+       of multiple breakpoints with different conditions.
+       * breakpoint.c (print_it_done): Renamed from print_it_noop as it
+       effectively stops printing of the breakpoint chain.
+       * breakpoint.c (print_it_noop): New routine to print nothing
+       for this breakpoint entry and dont stop printing.
+       * breakpoint.c (breakpoint_re_set_one): mention the reevaluated
+       watchpoint only if it is enabled.
+       * mipsread.c (parse_procedure): Correct incorrect setjmp procedure
+       descriptor from the library to make backtraces through setjmp work.
+       * mipsread.c (fixup_sigtramp): Correct pcreg and fregoffset for
+       sigtramp.
+       * mips-tdep.c (read_next_frame_reg): Provide correct values for
+       all registers saved within sigtramp, cleanup.
+
+Wed Mar 31 12:52:12 1993  Jim Kingdon  ([email protected])
+
+       * sparc-pinsn.c: Much abridged, just calls version in libopcodes.a.
+
+Wed Mar 31 21:23:41 1993  K. Richard Pixley  ([email protected])
+
+       * core.c (dis_asm_read_memory): drop fourth arg which conflicts
+         with prototype in ../include/dis-asm.h.
+
+Wed Mar 31 12:52:12 1993  Jim Kingdon  ([email protected])
+
+       * core.c (dis_asm_{read_memory,memory_error}): New functions.
+       m68k-pinsn.c, h8500-tdep.c, i386-pinsn.c, mips-pinsn.c, z8k-tdep.c:
+       Use read_memory_func interface to disassembler.
+
+Tue Mar 30 15:46:14 1993  K. Richard Pixley  ([email protected])
+
+       Teach sparc solaris to next over shared library functions.
+       * solib.[hc] (find_pc_section_from_so_list): new function and
+         prototype.
+       * sparc-tdep.c (in_solib_trampoline): new function.
+       * symfile.[hc] (find_pc_section): new function and prototypes.
+       * target.[hc] (find_pc_section_from_targets): new function and
+         prototypes.
+       * config/sparc/tm-sun4sol2.h (IN_SOLIB_TRAMPOLINE): redefine to
+         in_solib_trampoline.
+
+Tue Mar 30 08:06:24 1993  Jim Kingdon  ([email protected])
+
+       * infrun.c (wait_for_inferior): Revise comment.
+
+       * command.c (do_setshow_command): Use %u with var_{u,z}integer.
+
+       * command.{c,h}: New var_type var_integer.
+       main.c: Use it for history_size.
+
+       * rs6000-tdep.c, xcoffexec.c, config/rs6000/xm-rs6000.h, breakpoint.c:
+       Lint and byte-order fixups.
+
+       * breakpoint.c (print_it_normal): Return 0 after hitting watchpoint.
+
+       * breakpoint.h (bpstat): New field print_it.
+       breakpoint.c (bpstat_print): Use it.
+       (print_it_normal): New function (from old bpstat_print code).
+       (bpstat_{alloc,stop_status}): Set print_it field.
+
+       * breakpoint.c (bpstat_stop_status): Use catch_errors when
+       evaluating watchpoint condition, via new function watchpoint_check.
+       Also stop if watchpoint disabled due to leaving its block.
+
+       * findvar.c [REG_STRUCT_HAS_ADDR]: Add comment.
+
+Tue Mar 30 00:14:38 1993  Peter Schauer  ([email protected])
+
+       * mips-pinsn.c: Add missing include of dis-asm.h.
+
+Mon Mar 29 15:03:25 1993  Fred Fish  ([email protected])
+
+       * Makefile.in (clean, distclean, realclean):  Recursively apply
+       to subdirs first, rather than last.  This avoids, for example,
+       Makefile being removed in a parent directory before the recursive
+       make is run.
+
+       * alldeps.mak, depend:  Update for below changes.
+
+       * config/m68k/tm-m68k.h:  Renamed from config/m68k/tm-68k.h.
+       * m68k/{tm-3b1.h, tm-altos.h, tm-amix.h, tm-es1800.h,
+       tm-hp300bsd.h, tm-hp300hpux.h, tm-isi.h, tm-news.h, tm-os68k.h,
+       tm-st2000.h, tm-sun2.h, tm-sun3.h, tm-vx68.h}:  Include tm-m68k.h
+       instead of tm-68k.h.
+       * Makefile.in (HFILES):  tm-68k.h renamed to tm-m68k.h.
+       * README, a29k-pinsn.c, m68k-pinsn.c, m68k-stub.c, remote-vx.c,
+       m68k/{altos.mh, altos.mt, apollo68b.mh, nm-apollo68b.h,
+       nm-hp300bsd.h, config/m68k/xm-apollo68b.h}:  Map '68k' to 'm68k'.
+       * a29k/tm-a29k.h, doc/gdbint.texinfo:  Account for renaming of
+       tm-68k.h to tm-m68k.h.
+       * m68k/m68k-fp.mt (TM_FILE):  tm-68k-fp.h renamed to tm-m68k-fp.h.
+       * m68k/m68k-nofp.mt (TM_FILE):  tm-68k-nofp.h renamed to
+       tm-m68k-nofp.h.
+
+       * config/a29k/tm-a29k.h:  Renamed from config/a29k/tm-29k.h.
+       * a29k-pinsn.c:  Renamed from am29k-pinsn.c.
+       * a29k-tdep.c:  Renamed from am29k-tdep.c.
+       * remote-eb.c, config/a29k/tm-ultra3.h:  Include renamed tm-a29k.h.
+       * remote-monitor.c, remote-st2000.c, config/a29k/{nm-ultra3.h,
+       tm-a29k.h, xm-ultra3.h}, config/romp/rtbsd.mh, doc/gdbinv-s.texi,
+       testsuite/gdb.t15/funcargs.exp, testsuite/gdb.t17/callfuncs.exp:
+       Map '29k' to 'a29k'.
+       * config/a29k/{a29k-kern.mt, a29k-udi.mt, a29k.mt, ultra3.mt}
+       (TDEPFILES):  Use renamed a29k-pinsn.o and a29k-tdep.o.
+       * config/a29k/{a29k-udi.mt, a29k.mt} (TM_FILE):  Use renamed
+       tm-a29k.h.
+       * config/a29k/a29k-udi.mt (MT_CFLAGS):  Remove TARGET_AM29K
+       define that does not appear anywhere else in the gdb source tree.
+       * doc/gdbinit.texinfo:  Document renaming of tm-29k.h to tm-a29k.h.
+
+Mon Mar 29 13:55:29 1993  Jim Kingdon  ([email protected])
+
+       * breakpoint.c: Add comments regarding breakpoint_re_set.
+
+       * xcoffread.c (sort_syms, compare_symbols): Remove.
+       (xcoff_symfile_read): Use sort_all_symtab_syms from symfile.c
+       not our own sort_syms (it is identical).
+
+       * xcoffread.c: Nuke NAMES_HAVE_DOT define (not used).
+
+Sun Mar 28 11:24:37 1993  Peter Schauer  ([email protected])
+
+       * breakpoint.c (breakpoint_re_set_one): Fix storage leak.
+       * breakpoint.c (enable_breakpoint): Don't enable watchpoint if it
+       went out of scope.
+       * exec.c (exec_close): Fix storage leak.
+       * exec.c (exec_file_command): Make sure that bfd doesn't realign the
+       output sections when patching an executable.
+       * mips-nat.c (store_inferior_registers): Use REGISTER_PTRACE_ADDR
+       when writing all registers.
+       * mips-tdep.c (mips_push_dummy_frame): Save floating point registers
+       at the right offset in the dummy frame.
+       * mipsread.c (psymtab_to_symtab_1): Do not complain for stProc,
+       stStaticProc and stEnd symbols as they are generated by gcc-2.x.
+       * mipsread.c (mipscoff_new_init): Initialize stabsread and buildsym.
+
+Fri Mar 26 15:25:05 1993  John Gilmore  ([email protected])
+
+       * Makefile.in (TARFILES):  Avoid trailing backslash.
+
+Fri Mar 26 11:29:30 1993  Jim Kingdon  ([email protected])
+
+       * breakpoint.{c,h}: Add exp_string to struct breakpoint and use
+       it in breakpoint_re_set.
+       * breakpoint.c (watch_command, enable_breakpoint): Fetch lazy values.
+
+       * rs6000-tdep.c (single_step): Misc cleanups (CORE_ADDR not int,
+       don't use sizeof(int) for target stuff, etc).
+
+Thu Mar 25 15:03:53 1993  Fred Fish  ([email protected])
+
+       * alldeps.mak, configure.in, i860-break.h, i860-opcode.h,
+       i860-pinsn.c, i860-tdep.c, config/i860/*:  Remove incomplete i860
+       support that can't be integrated anyway due to lack of clear
+       authorship.
+
+Thu Mar 25 12:26:50 1993  Stu Grossman  ([email protected])
+
+       * findvar.c (read_register, write_register):  Make these capable
+       of reading/writing registers that are shorter than REGISTER_TYPE.
+       * (value_from_register):  Install H8500 specific code to return
+       proper value when register is being used as a pointer.
+       * h8500-tdep.c:  Remove extra defines of NUM_REGS.
+       (h8500_skip_prologue):  Use correct lengths for LINK instructions.
+       (FRAME_CHAIN):  Change name to h8500_frame_chain.  Rewrite code to
+       chain frames properly by combining frame pointer with T reg.
+       (init_extra_frame_info):  Delete.  It's now a macro.
+       (frame_args_address):  Don't add PTR_SIZE.  Stack args are already
+       offset by the correct amount off of the frame pointer.
+       (register_byte):  Delete.  It's now a macro.
+       (register_raw_size, register_virtual_size):  Delete.  Replaced by
+       common routine h8500_register_size, cuz there's no difference
+       between the raw & virtual sizes on this machine.
+       (register_convert_to_raw, register_convert_to_virtual):  Delete,
+       cuz there's no difference between the raw & virtual forms.
+       Replaced by memcpy in tm file.
+       (register_virtual_type):  Rename to h8500_register_virtual_type.
+       Get rid of pointer pseudo-regs, use _REGNUM with all reg names.
+       (_initialize_h8500_tdep):  Get rid of crock to ensure that GDB &
+       emulator have same reg offsets.  This is all handled in the
+       simulator code now.
+       (h8500_trapped_internalvar):  New routine to detect references to
+       convenience vars acting as pointer pseudo-regs.
+       (h8500_value_trapped_internalvar):  Conjure up value of pointer
+       pseudo-regs.
+       (h8500_set_trapped_internalvar):  Convert set value in real
+       register references.
+       infcmd.c (read_pc, write_pc):  Add h8500 specific code to handle
+       code segment register.
+       infrun.c (proceed):  Simplify.  Call write_pc instead of doing it
+       by hand.
+       (wait_for_inferior):  Add h8500 specific code to add stack segment
+       when reading SP register.
+       remote-sim.c (fetch_register):  Spacing.
+       tm-h8500.h:  #define GDB_TARGET_IS_H8500 to make it easier to
+       detect cruft.  Redo all register manipulation stuff.  Get rid of
+       pointer pseudo-regs.  (INIT_EXTRA_FRAME_INFO):  Adds stack segment
+       to frame pointer.  (IS_TRAPPED_INTERNALVAL,
+       VALUE_OF_TRAPPED_INTERNALVAR, SET_TRAPPED_INTERNALVAR):  Use these
+       to create internal vars for pointer pseudo-regs.
+
+Thu Mar 25 10:10:28 1993  Fred Fish  ([email protected])
+
+       * Makefile.in:  Numerous small changes to macro definitions
+       and rules for building gdb distribution tree.  Many macros
+       eliminated or merged, and rules simplified.
+       * alldeps.mak:  Update.
+       * depend:  Update.
+
+Wed Mar 24 13:52:29 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
+
+       * Makefile.in: recurse through SUBDIRS for dvi target too
+
+Wed Mar 24 08:48:30 1993  Jim Kingdon  ([email protected])
+
+       * Clean up xcoff relocation.
+       objfiles.h (struct objfiles): Add section_offsets, num_sections.
+       symfile.c (syms_from_objfile), xcoffread.c (xcoff_symfile_offsets):
+       Set them.
+       symtab.h (struct general_symbol_info): Add section field.
+       minsyms.c (prim_record_minimal_symbol{,_and_info}): Set it.
+       xcoffread.c: Set section for symbols and msymbols.
+       (struct symtab): Add block_line_section field.
+       buildsym.c (end_symtab): Set it.
+       (end_symtab and callers): Add section parameter.
+       objfiles.c (objfile_relocate): New funciton.
+       xcoffexec.c (vmap_symtab): Use it.
+       xcoffsolib.h (struct vmap): Remove unused fields.
+       config/rs6000/tm-rs6000.h, stack.c, xcoffexec.c: Remove
+       CORE_NEEDS_RELOCATION, symtab_relocated.
+       config/rs6000/tm-rs6000.h: Remove use of loadinfotext.
+       rs6000-tdep.c: Make loadinfotext static.
+       breakpoint.c (fixup_breakpoints): Doc fix.
+       symtab.h (struct symtab), config/rs6000/tm-rs6000.h, buildsym.c
+       (end_symtab): primary field replaces nonreloc.
+
+Tue Mar 23 00:10:53 1993  John Gilmore  ([email protected])
+
+       * symtab.h (struct linetable_entry):  Remove confusing comment.
+
+Tue Mar 23 00:01:23 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in: add installcheck target
+
+Mon Mar 22 16:17:58 1993  Fred Fish  ([email protected])
+
+       * config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
+       m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
+       z8k}:  New directories to hold cpu specific configuration files.
+       Naming follows gcc convention.
+       * config/{*.mt, *.mh}:  All target and host makefile fragment
+       config files moved to an appropriate config/<cpu> subdirectory.
+       * nm-*, xm-*, tm-*:  All native, host, and target files, which
+       get linked to nm.h, xm.h, and tm.h respectively by configure,
+       moved to appropriate config/<cpu> subdirectory.
+       * nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
+       Native, host, and target files that are common across more than
+       one cpu architecture and included by one of the configured
+       native, host, or target files, get moved to config directory.
+       * Makefile.in (INCLUDE_CFLAGS):  Add -I${srcdir}/config to
+       pick up native, host, or target include files moved to one of
+       the config subdirectories, and that are included by other files.
+       * Makefile.in (alldeps.mak):  Modify to account for new config
+       directory structure.
+       * alldeps.mak, depend:  Update for new config directory structure.
+       * config/*/[ntx]m-*.h:  Modify all files that include other
+       [ntx]m-*.h files to use path relative to gdb/config.  I.E.
+       "a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
+       "tm-29k.h".
+       * remote-eb.c (tm-29k.h):  Include a29k/tm-29k.h.
+       * mipsread.c (tm-mips.h):  Include mips/tm-mips.h.
+       * i860-pinsn.c (tm-i860.h):  Include i860/tm-i860.h.
+       * configure.in:  Default gdb_host_cpu to host_cpu, and remap
+       the ones where the default is not unique or different than the
+       config subdirectory name.  Similarly, handle gdb_target_cpu.
+       Modify configure.in as appropriate to make use of gdb_host_cpu
+       and gdb_target_cpu to find makefile fragments and make links.
+
+Mon Mar 22 12:36:24 1993  Ian Lance Taylor  ([email protected])
+
+       * mipsread.c (compare_blocks): Sort blocks with the same start
+       address by decreasing ending address.
+
+Mon Mar 22 20:36:04 1993  Peter Schauer  ([email protected])
+
+       * mipsread.c (parse_procedure): Save cur_fdr accross call to
+       lookup_symbol as it might get clobbered by the call.
+
+       * mipsread.c (parse_partial_symbols): Use ADD_PSYMBOL_ADDR_TO_LIST.
+       The previous code did not initialize the language field for the psymtab
+       entry.
+
+Sat Mar 20 00:33:39 1993  John Gilmore  ([email protected])
+
+       * c-exp.y (parse_number):  Avoid shift warning.
+       * serial.h (struct ttystate):  Declare empty one on DOS.
+
+Fri Mar 19 12:59:50 1993  Stu Grossman  ([email protected])
+
+       * xm-sun4os4.h:  Return type of free() should be void, not int.
+
+       * vx-share/vxWorks.h:  Remove #def of NULL.
+
+Fri Mar 19 11:28:18 1993  Jim Kingdon  ([email protected])
+
+       * tm-rs6000.h: Nuke no-op STAB_REG_TO_REGNUM.
+
+Fri Mar 19 07:40:09 1993  Steve Chamberlain  ([email protected])
+
+       * z8k-tdep.c (print_insn): Include the new dis-asm header file.
+
+Thu Mar 18 14:26:57 1993  Per Bothner  ([email protected])
+
+       * ieee-float.c: Moved to ../libiberty.
+       * ieee-float.h: Moved to ../include.
+       * Makefile.in:  Update accordingly.
+       * i386-pinsn.c (print_insn), m68k-pinsn.c (print_insn):
+       Convert to stubs that call disassemblers in ../opcodes/*-dis.c.
+       * m68k-tdep.c:  Removed definition of ext_format ext_format_68881;
+       it is now in ../opcodes/m68881-ext.c.
+       * mips-tdep.c (mips_skip_prologue):  Try to skip more of the
+       prologue (some callers _do_ care).
+       * mips-pinsn.c (print_insn), z8k-tdep.c (print_insn):  Convert to
+       new interface of ../opcodes/*-dis.c. 
+       * ch-exp.y:  Add #include <ctype.h>.
+
+Thu Mar 18 11:57:49 1993  Jim Kingdon  ([email protected])
+
+       * xcoffexec.c (exec_close): Don't close exec_bfd twice.
+
+       * xcoffread.c (enter_line_range): endaddr is exclusive, not inclusive.
+
+Wed Mar 17 09:46:31 1993  Jim Kingdon  ([email protected])
+
+       * xcoffread.c (arrange_linetable): Use x{m,re}alloc not {m,re}alloc.
+
+Wed Mar 17 11:28:11 1993  Steve Chamberlain  ([email protected])
+
+       * z8k-tdep.c (extract_return_value, write_return_value,
+       store_struct_return): New functions from macros in tm-z8k.h.
+       
+Wed Mar 17 11:23:06 1993  Fred Fish  ([email protected])
+
+       * valops.c (value_arg_coerce):  Apply temporary patch to
+       fix problem with coercion of array and function types when
+       passed as arguments to C functions, pending a more complete
+       review of when and how coercion should be done, depending
+       upon context and language.
+
+Wed Mar 17 09:46:31 1993  Jim Kingdon  ([email protected])
+
+       * xcoffread.c (MIN_TBTABSIZ): Change to 12.
+
+       * xcoffread.c (xcoff_symfile_read): Only read stringtab and
+       debugsec if there are a non-zero number of symbols.
+
+Tue Mar 16 18:08:45 1993  John Gilmore  ([email protected])
+
+       * command.c (show_user):  Avoid fprintf_filtered botch (AGAIN!).
+
+Tue Mar 16 15:18:17 1993  Jim Kingdon  ([email protected])
+
+       * xcoffexec.c (add_vmap): Wrap symbol read in catch_errors.
+
+       * xcoffread.c (read_symbol_lineno): Look to end of symbols for .bf,
+       not just 50 symbols.
+       (symtbl_num_syms): New variable.
+       (read_xcoff_symtab): Set it.
+       (read_symbol_nvalue): Check for bad symno.
+       (read_symbol_{lineno,nvalue}, callers): Don't pass symtable; it's
+       always symtbl.
+
+Tue Mar 16 10:09:05 1993  Stu Grossman  ([email protected])
+
+       * config/rs6000.mh:  Get rid of -Dfd_set=int crock.
+       This is defined in defs.h if necessary.
+       * vx-share/vxWorks.h:  Remove #defs of min and max.
+       * vx-share/xdr_ld.c, vx-share/xdr_ptrace.c,
+       vx-share/xdr_rdb.c:  include defs.h.
+
+Fri Mar 12 09:33:23 1993  Jim Kingdon  ([email protected])
+
+       * xcoffread.c (retrieve_tracebackinfo): Move assignment out
+       of while condition.
+
+       * xcoffread.c (enter_line_range): complain() on bad endoffset.
+       xcoffread.c: Doc fixes.
+
+Tue Mar  9 09:56:12 1993  Jim Kingdon  ([email protected])
+
+       * tm-rs6000.h (CORE_NEEDS_RELOCATION): Just call xcoff_relocate_core.
+       xcoffexec.c (xcoff_relocate_core): New function.
+       (text_adjustment): Removed.
+       (add_vmap): Return the vmap.
+       rs6000-tdep.c (add_text_to_loadinfo): No longer static.
+
+Fri Mar  5 05:22:46 1993  Jim Kingdon  ([email protected])
+
+       * xcoffsolib.h: Add objfile member to struct vmap.
+       xcoff{exec,solib}.c: Use it, not lookup_objfile_bfd.
+       xcoffexec.c (add_vmap): Allocate objfiles here.
+
+Sun Mar 14 02:54:15 1993  John Gilmore  ([email protected])
+
+       Support 68000 series without floating point.
+
+       * configure.in (m68000-*-{aout,elf,coff}):  New configs.
+       * tm-68k-nofp.h:  New file, lacks 68881 support.
+       * config/m68k-nofp.mt:  New file.
+
+Sun Mar 14 02:30:08 1993  John Gilmore  ([email protected])
+
+       Remove a few remaining underscore/no-underscore remnants from
+       config files.
+
+       * config/{m68k-un.mt, sparc-un.mt}:  Remove.
+       * config/m68k-noun.mt: Rename to m68k-fp.mt.
+       * config/sparc-noun.mt: Rename to sparc-em.mt.
+       * tm-68k-noun.h, tm-spc-noun.h:  Remove.
+       * tm-68k-un.h:  Rename to tm-68k-fp.h.
+       * tm-spc-un.h:  Rename to tm-spc-em.h.
+       * tm-sun4sol2.h: Cleanup.
+       * configure.in (m68k-*, sparc-* targets):  Corresponding changes.
+
+Sat Mar 13 14:58:22 1993  John Gilmore  ([email protected])
+
+       * symmisc.c (std_in, std_out, std_err):  Move initializations
+       to runtime code, in case they aren't constant.
+
+Fri Mar 12 16:23:54 1993  K. Richard Pixley  ([email protected])
+
+       * symtab.c (find_pc_symtab): some object file formats, notably
+         mips, have holes in the address ranges of symtabs.  Change
+         this algorythm from first hit to tightest fit.
+
+       * mips-tdep.c (heuristic_proc_start): if we walk the pc into the
+         fence post without finding the enclosing function, then print a
+         warning.
+
 Thu Mar 11 09:33:01 1993  Fred Fish  ([email protected])
 
        * utils.c (fputs_demangled, fprint_symbol):  Remove.
@@ -1515,8 +2092,7 @@ Thu Dec 17 00:44:57 1992  John Gilmore  ([email protected])
        * solib.c:  Replace NAMES_HAVE_UNDERSCORE.
        * stabsread.h:  Remove NAMES_HAVE_UNDERSCORE and HASH_OFFSET.
        * symfile.c (syms_from_objfile):  Insert debugging check to test
-       NAMES_HAVE_UNDERSCORE setting against the BFD support.  FIXME,
-       remove this (and all tm-*.h NAMES_HAVE_UNDERSCORE) soon.
+       NAMES_HAVE_UNDERSCORE setting against the BFD support.
 
        * doc/gdbint.texinfo (Host Conditionals):  Remove
        NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
@@ -3560,7 +4136,7 @@ Wed Sep  2 00:10:43 1992  John Gilmore  ([email protected])
 
        * tm-68k-un.h, tm-68k-noun.h, tm-spc-un.h, tm-spc-noun.h:  New
        target definitions for embedded with and without underlines on
-       identifiers.  FIXME -- this ought to be known by BFD instead.
+       identifiers.
 
        * tm-sparc.h, tm-sun2.h, tm-sun3.h:  Delete NAMES_HAVE_UNDERSCORE:
        not a parameter of the CPU, but of the development environment.
This page took 0.041486 seconds and 4 git commands to generate.