* gdbserver/{gdbreplay.c,low-linux.c,remote-utils.c,utils.c}:
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ce80109091e4392517d51f6601e23eff094f9fe7..7cec8880430eb7f0f48c567eff9cd8bf88de0c9a 100644 (file)
@@ -1,4 +1,494 @@
-Tue Aug 20 15:37:03 1996  Fred Fish  <fnf@taarna.cygnus.com>
+Fri Oct 11 12:18:32 1996  Mark Alexander  <marka@cygnus.com>
+
+       * gdbserver/{gdbreplay.c,low-linux.c,remote-utils.c,utils.c}:
+       Make it compile on Linux and eliminate some warnings.
+
+Thu Oct 10 16:32:08 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * Makefile.in (init.c):  Fixup final sed script to work around
+       Linux bug with `p' operator.
+
+Wed Oct  9 18:02:48 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * remote-mips.c: Use the correct name everywhere (DDB) for NEC's
+       VR4300 target.
+       (ddb_ops, pmon_ops): Fix the documentation strings.
+
+Wed Oct  9 07:42:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * Makefile.in (init.c):  Retro HPUX grep lacks -h option.  Strip
+       filenames with sed instead.
+
+Tue Oct  8 15:59:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * defs.h:  Remove decls of xmalloc and xrealloc.  There is a
+       conflicting definition in libiberty.h.
+
+Tue Oct  8 11:47:13 1996  Fred Fish  <fnf@cygnus.com>
+
+       * dbxread.c (dbx_symfile_read): Call free_pending_blocks rather
+       than poking global variable (which is now static).
+       * hpread.c (hpread_build_psymtabs): Ditto.
+       * os9kread.c (os9k_symfile_read): Ditto.
+       * xcoffread.c (xcoff_initial_scan): Ditto.
+
+       * buildsym.h (free_pending_blocks): Declare here.
+       (pending_blocks): Remove declaration of global symbol.
+       (free_pendings): Remove declaration of global symbol.
+       (make_blockvector): Declare here.
+       (record_pending_block): Declare here.
+       
+       * dstread.c (make_blockvector): Remove static copy that was old
+       clone of version in buildsym.c.
+       (process_dst_block): Call record_pending_block rather than doing
+       it by hand.
+       (read_dst_symtab): Ditto.
+
+       * buildsym.c (make_blockvector): Make global rather than static,
+       (record_pending_block): New function, code moved from finish_block.
+       (finish_block): Use record_pending_block.
+       (free_pending_blocks): New function.
+       (really_free_pendings): Call free_pending_blocks.
+       (pending_blocks): Make static instead of global.
+       (free_pendings): Make static instead of global.
+       
+Tue Oct  8 09:03:22 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * config/i386/windows.mh config/i386/xm-windows.h::  New config
+       files to support building Wingdb (built under Microsoft build
+       environment).
+
+       * Makefile.in:  Add rule for hpux-thread.o (needs special header
+       files).
+       * (SUBDIRS):  Remove mswin.
+       * Change procedure for creating init.c.  Speeds things up quite a
+       bit.
+       * config.in configure configure.in:  Check for select, poll.
+       * Check for OSF header files before including hpux-thread.o.
+       * Don't configure doc or testsuite when building under MSVC.
+       * findvar.c value.h (read_register_pid write_register_pid):  Make
+       global.  Needed for hppa-tdep.c.
+       * (supply_register):  Don't set pid to inferior_pid when supplying
+       registers.
+       * hppa-tdep.c (saved_pc_after_call):  frame_saved_pc ->
+       FRAME_SAVED_PC.
+       * (frame_saved_pc):  Change name to hppa_frame_saved_pc.
+       * (hppa_pop_frame):  Don't use a pid of 0 with target_write_pc.
+       Use write_pc instead, which uses the correct pid.
+       * (target_read_pc target_write_pc):  Use read/write_register_pid
+       instead of read/write_register to preserve the pid passed in.
+       * inftarg.c (child_can_run):  Add flag child_suppress_run to allow
+       hpux-threads.c to override this as a runnable target.
+       * config/pa/nm-hppah.h:  Define target_new_objfile and
+       target_pid_to_str.
+       * config/pa/tm-hppa.h (FRAME_SAVED_PC):  Use hppa_frame_saved_pc
+       instead of frame_saved_pc.
+       * config/m68k/tm-m68k.h:  Define TARGET_M68K for Wingdb.
+       * config/m68k/tm-monitor.h:  Use FRAME_CHAIN_VALID_ALTERNATE, since
+       we can't easily determine the start file bounds with ELF.
+       * config/mips/tm-mips.h:  Define TARGET_MIPS for Wingdb.
+       * hpux-thread.c:  New file for HPUX/OSF thread support.
+       * osf-share/{README AT386/cma_thread_io.h HP800/cma_thread_io.h
+       RIOS/cma_thread_io.h cma_attr.h cma_deb_core.h cma_debug_client.h
+       cma_errors.h cma_handle.h cma_init.h cma_list.h cma_mutex.h
+       cma_sched.h cma_semaphore_defs.h cma_sequence.h cma_stack.h
+       cma_stack_int.h cma_tcb_defs.h cma_util.h}:  New files for OSF
+       thread support.
+
+Sun Oct  6 15:48:09 1996  Fred Fish  <fnf@cygnus.com>
+
+       * buildsym.c (finish_block): Change innerblock_anon_complaint to
+       print the addresses as part of the complaint.  Add a complaint for
+       cases where the block end address is smaller than the block start
+       address, in case any such conditions slip through our fixup mechanism.
+       * symmisc.c (dump_symtab): Only print blockvector for primary
+       symtabs, to avoid massive duplication of output due to secondary
+       symtabs that point to same blockvector.  Also do some minor 
+       formatting tweaks.
+
+Mon Oct  7 10:42:32 1996  Per Bothner  <bothner@deneb.cygnus.com>
+
+       Replace header_files global by per-objfile field.
+       * gdb-stabs.h (struct dbx_symfile_info):  Add fields header_files,
+       n_header_files, n_allocated_header_files.
+       * stabsread.h (header_files, n_header_files, n_allocated_header_files):
+       Replace externs by macros HEADER_FILES, N_HEADER_FILES, and
+       N_ALLOCATED_HEADER_FILES.
+       * dbxread.c (dbx_symfile_finish):  Free HEADER_FILES.
+       (free_header_files, init_header-files):  Don't free/init headerfiles.
+       (various functions):  Use macros instead of header_files globals.
+       * stabsread.c (various functions):  Likewise.
+
+Sun Oct  6 22:43:06 1996  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * dwarf2read.c (read_tag_reference_type): New fn.
+       (read_type_die): Call it.
+       (dwarf_attr): Also look in the DIEs referred to by specification
+       or abstract_origin attributes.
+
+Wed Oct  2 22:07:16 1996  Fred Fish  <fnf@cygnus.com>
+
+       * inferior.h (IN_SIGTRAMP): Pass pc to SIGTRAMP_START and
+       SIGTRAMP_END.
+       * config/i386/tm-i386os9k.h (SIGTRAMP_START, SIGTRAMP_END): 
+       Define with dummy pc arg.
+       * config/m68k/tm-nbsd.h: Ditto.
+       * doc/gdbint.texinfo: Document that SIGTRAMP_START and
+       SIGTRAMP_END are macros that take an single argument.
+
+Mon Sep 30 20:02:45 1996  Fred Fish  <fnf@cygnus.com>
+
+       * defs.h: Remove define of PRIVATE_XMALLOC.
+
+start-sanitize-v850
+Mon Sep 30 15:39:28 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * config/v850/tm-v850.h:  Use distinct register for PC, not EIPC.
+
+end-sanitize-v850
+Mon Sep 30 11:16:34 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * top.c (execute_control_command):  Free values from while_control
+       and if_control conditions after evaluation to avoid storage leaks.
+       From Peter Schauer.
+start-sanitize-v850
+Fri Sep 27 17:43:06 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * configure configure.in:  Recognize v850 target.
+       * v850-tdep.c:  New file, NEC V850 target support.
+       * config/v850/{v850.mt tm-v850.h}:  New files for NEC V850 support.
+
+end-sanitize-v850
+Fri Sep 27 14:48:15 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * infrun.c (wait_for_inferior):  Update current_line and
+       current_symtab when stepping continues in the middle of a new line.
+
+Fri Sep 27 10:25:30 1996  Fred Fish  <fnf@cygnus.com>
+
+       * top.c (print_gdb_version): Rewrote to comply with new GNU coding
+       standards for the --version option.
+       (print_gnu_advertisement): Remove, now part of print_gdb_version.
+       (show_version): Remove call to print_gnu_advertisement.
+       * top.h (print_gnu_advertisement): Remove prototype.
+       * main.c (print_gdb_help): Move help to static function and
+       add prototype.
+       (main): Call print_gdb_help rather than inlining it.
+       (main): Remove call to print_gnu_advertisement.
+start-sanitize-gdbtk
+       * gdbtk.tcl (create_copyright_window): Increase timeout from
+       15 seconds to 30 seconds.
+end-sanitize-gdbtk
+       
+start-sanitize-d10v
+Fri Sep 27 13:32:53 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/d10v/tm-d10v.h (TARGET_{INT,PTR}_BIT): Define.
+       (TARGET_{,LONG_}DOUBLE_BIT): Ditto.
+
+end-sanitize-d10v
+Thu Sep 26 23:10:26 1996  Mark Alexander  <marka@cygnus.com>
+
+       * configure.in, config/i386/tm-linux.h: Fix configure
+       problem on older Linux systems that prevented core files
+       from being recognized.
+
+Wed Sep 25 18:31:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * dbug-rom.c: New file, support for Motorola's dBUG monitor.
+       * config/m68k/monitor.mt (TDEPFILES): Add it.
+       * NEWS: Mention it.
+
+start-sanitize-d10v
+Mon Sep 23 16:13:50 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/d10v/tm-d10v.h (SAVED_PC_AFTER_CALL): Fixed.  
+       Now single-steps correctly.
+       * d10v-tdep.c (d10v_pop_frame): Fixed.
+
+end-sanitize-d10v      
+Fri Sep 20 16:10:58 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * config/sh/tm-sh.h (REGISTER_NAMES): Move fp registers to
+       be consistent with GCC.
+       (FPUL_REGNUM, etc): Renumber to match list changes.
+       (ADDR_BITS_REMOVE): Delete.
+       * sh-tdep.c (sh_reg_names, sh3_reg_names, sh3e_reg_names):
+       Rearrange to match REGISTER_NAMES.
+       * sh3-rom.c (sh3_regnames, sh3e_regnames): Ditto.
+
+start-sanitize-d10v
+Thu Sep 19 16:19:01 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * d10v-tdep.c:  Stack chain should work now. 
+
+Tue Sep 17 18:46:57 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * d10v-tdep.c, config/d10v/tm-d10v.h: Snapshot. 
+
+end-sanitize-d10v      
+Tue Sep 17 12:20:50 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Add cases for MIPS 5000 like MIPS 4300.
+       * configure: Rebuild.
+
+Tue Sep 17 12:09:00 1996  Dawn Perchik <dawn@critters.cygnus.com>
+
+       * ser-e7kpc.c: Added wingdb support for target e7000pc.
+
+Tue Sep 17 10:56:52 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * remote-mips.c (pmon_wait): DDB PMON does not require forced
+       re-entry back into debug mode.
+
+Mon Sep 16 14:32:58 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * remote-mips.c (mips_load): Ensure that the PC is explicitly
+       loaded after a load to a DDB PMON system.
+       
+Fri Sep 13 12:02:39 1996  Fred Fish  <fnf@cygnus.com>
+
+       * Makefile.in (INTERNAL_LDFLAGS): Add @HLDFLAGS@ to list.
+       (HLDENV): Set to @HLDENV@.
+       (gdb): Prefix link command line with $(HLDENV).
+       * configure.in: Add support to test for --enable-shared and
+       generate appropriate values for HLDFLAGS and HLDENV.
+       * configure: Regenerated with autoconf.
+
+Sun Sep  8 15:26:27 1996  Fred Fish  <fnf@cygnus.com>
+
+       * alpha-nat.c (fetch_core_registers): Match Sep 4 gdbcore.h prototype
+       change for core_read_registers in struct core_fns.
+       * core-regset.c (fetch_core_registers): Ditto & add prototype.
+       * core-sol2.c (fetch_core_registers): Ditto & add prototype.
+       * i386aix-nat.c (fetch_core_registers): Ditto & add prototype.
+       * i386b-nat.c (fetch_core_registers): Ditto.
+       * i386mach-nat.c (fetch_core_registers): Ditto & add prototype.
+       * irix4-nat.c (fetch_core_registers): Ditto.
+       * irix5-nat.c (fetch_core_registers): Ditto.
+       * lynx-nat.c (fetch_core_registers): Ditto & add prototype.
+       * m68knbsd-nat.c (fetch_core_registers): Ditto.
+       * mips-nat.c (fetch_core_registers): Ditto & add prototype.
+       * rs6000-nat.c (fetch_core_registers): Ditto.
+       * sparc-nat.c (fetch_core_registers): Ditto.
+       * sun3-nat.c (fetch_core_registers): Ditto & add prototype.
+       * ultra3-nat.c (fetch_core_registers): Ditto & add prototype.
+
+       * alpha-nat.c (register_addr): Match Sep 4 gdbcore.h prototype change.
+       * delta68-nat.c (register_addr): Ditto.
+       * gdbserver/low-linux.c (register_addr): Ditto.
+       * gdbserver/low-hppabsd.c (register_addr): Ditto.
+       * i386m3-nat.c (register_addr): Ditto.
+       * mips-nat.c (register_addr): Ditto.
+       * ultra3-nat.c (register_addr): Ditto.
+
+Sun Sep  8 15:14:00 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * blockframe.c (inside_main_func):  Cleanup slightly.  Move
+       mainsym def into the block it's used in.
+       * configure.in configure:  Allow NATDEPFILES to be recognized in
+       .mh files regardless of whitespace.
+
+       * cpu32bug-rom.c (cpu32bug_cmds):  Change load_response string to
+       keep downloads from hanging.
+
+       * remote-wiggler.c:  Add support for flash upgrades.
+       * (wiggler_error):  Fix message format.  Add new error code.
+       * (wiggler_write_byets):  Error code is hex.  Report errors with
+       proper routine name.
+       * (wiggler_read_byets):  Report errors with proper routine name.
+       * (get_packet):  Add support for new flash commands.
+       * (wiggler_load):  Call clear_symtab_users() to reset things
+       properly after download.
+       * (flash_xfer_memory bdm_update_flash_command):  New funxtions to
+       support flash upgrades for Wiggler.
+       * (_initialize_remote_wiggler):  Add `bdm update-flash' command.
+
+Fri Sep  6 13:14:13 1996  Geoffrey Noer  <noer@cygnus.com>
+
+       * ser-tcp.c: don't include netinet/tcp.h if __CYGWIN32__
+
+Thu Sep  5 17:05:13 1996  Geoffrey Noer  <noer@cygnus.com>
+
+       * config/i386/cygwin32.mh:
+       * config/powerpc/cygwin32.mh: build ser-tcp.o for both hosts
+
+Thu Sep  5 12:09:13 1996  Per Bothner  <bothner@deneb.cygnus.com>
+
+       * value.h (COERCE_REF):  Fix previous change.
+       (COERCE_ENUM):  Add a check_typedef  (this is the real fix).
+
+Thu Sep  5 03:28:30 1996  Wilfried Moser (Alcatel)  <moser@rtl.cygnus.com>
+
+       * eval.c (evaluate_subexp_standard): In case of OP_ARRAY: make a
+       better check of array boundaries.
+
+Thu Sep  5 01:29:42 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * configure:  Update aclocal.m4 and re-run autoconf to get correct
+       defs for BFD stuff.
+       * remote-wiggler.c (wiggler_error):  Error codes are hex.  Also,
+       fix default message generation.
+
+Wed Sep  4 17:28:40 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * Makefile.in:  Add mswin to SUBDIRS.  Add rules for
+       mswin/libwingdb.a and remote-wiggler.o.
+       * breakpoint.c (breakpoint_here_p):  Clean up bp enabled test.
+       * (breakpoint_inserted_here_p):  New func, just like
+       breakpoint_here_p, except it's honest.  Honestly.
+       * breakpoint.h:  Proto for above.
+start-sanitize-gdbtk
+       * configure configure.in:  Add host *windows* to list of hosts
+       that don't support GDBtk.
+end-sanitize-gdbtk
+       * configure configure.in:  Add mswin to configdirs if host is
+       i[3456]86-*-windows.
+       * core-aout.c (fetch_core_registers register_addr) gdbcore.h:
+       Change all vars that can contain addresses to type CORE_ADDR.
+       * findvar.c (supply_register):  Allow val to be NULL.  This means
+       that regno is unsupported.
+       * (read_pc read_pc_pid write_pc write_pc_pid):  Make non-pid forms
+       just call pid forms with inferior_pid so that there's only once
+       place to hack PC's and such.
+       * infrun.c (proceed):  Don't skip breakpoints if user changed PC.
+       * remote-wiggler.c:  New file.  Support for BDM interface from
+       Macraigor Systems.
+       * serial.c:  Enhance serial logging capability.  Add hex and octal
+       output modes (set remotelogbase {hex|octal|ascii}.  Also log
+       breaks, timeouts, errors, and eofs.
+       * serial.h:  Redefine SERIAL_SEND_BREAK to go through a wrapper
+       function so that we can log breaks.  Don't export serial_logfile
+       or serial_logfp.
+       * top.c (execute_command):  Don't test for serial_logfp here.
+       Just call serial_log_comand, and let serial.c sort it out.
+       * valops.c (value_of_variable):  Don't attempt to establish frames
+       for static and global variables.  This makes things work a bit
+       better if the stack or frame pointer is trashed.
+       * config/m68k/monitor.mt (TDEPFILES):  Add remote-wiggler.o.
+       * config/m68k/tm-m68k.h:  Define STACK_ALIGN.  CPU32 can't hack
+       misaligned stacks during function calls.
+
+Wed Sep  4 13:06:26 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * terminal.h: Don't use #elif.
+
+Wed Sep  4 06:49:35 1996  Wilfried Moser (Alcatel)  <moser@rtl.cygnus.com>
+
+       * ch-exp.c (parse_tuple_element): Allow (*): for array tuples
+       if we have a type.
+
+       * eval.c (evaluate_subexp_standard): In case of OP_ARRAY:
+       check number of args against bounds of array to avoid
+       memory corruption.
+
+       * value.h (COERCE_REF): Do a CHECK_TYPEDEF in case we get
+       a TYPE_CODE_TYPEDEF.
+
+Fri Aug 30 15:07:14 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * remote-mips.c: Provide support for DDBVR4300 target board.
+       (ddb_open, ddb_ops): Added.
+       (mips_monitor_type): MON_DDB Added.
+       (mips_enter_debug, mips_exit_debug, mips_initialize,
+       mips_fetch_registers, common_breakpoint, mips_load,
+       _initialize_remote_mips): Updated.
+
+Thu Aug 29 17:00:18 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * nlm/configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
+       * nlm/configure: Regenerate.
+
+       * gdbserver/configure.in (i[345]86-*-*): Recognize i686 for
+       pentium pro.
+
+Wed Aug 28 13:11:15 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: If CY_AC_PATH_TCLCONFIG can't find TCL, don't run
+       CY_AC_LOAD_TCLCONFIG.
+       * configure: Rebuild.
+
+Tue Aug 27 12:40:40 1996  Fred Fish  <fnf@cygnus.com>
+
+       * infrun.c (wait_for_inferior): Initialize stop_func_end before calling
+       find_pc_partial_function.
+
+Tue Aug 27 10:17:34 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * configure: Regenerate again.
+
+Tue Aug 27 04:25:08 1996  Geoffrey Noer  <noer@cygnus.com>
+
+        * configure.in: work around host_alias configure bug.
+        AC_CANONICAL_HOST is called twice (first by AC_CHECK_TOOL
+        and second by AC_CANONICAL_SYSTEM).  The second clobbers the
+        previous setting.  Circumventing by moving the second check
+        to before the first.
+       * configure: regenerated
+
+start-sanitize-d10v
+Mon Aug 26 18:36:54 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * config/d10v/d10v.mt: New file.
+       * config/d10v/tm-d10v.h: New file.      
+       * configure.in: New target D10V.         
+       * d10v-tdep.c: New file. 
+
+end-sanitize-d10v      
+Sun Aug 25 00:09:47 1996  Fred Fish  <fnf@rtl.cygnus.com>
+
+       * rs6000-tdep.c: Fix typo in comment.
+       * valops.c (call_function_by_hand): Set using_gcc to 2
+       for code compiled without -g, per comment in code.
+       * config/a29k/tm-a29k.h (STACK_ALIGN): Add comment.
+       * config/sparc/tm-sparc.h (STACK_ALIGN): Add comment.
+       * config/sparc/tm-sp64.h (STACK_ALIGN): Add comment.
+       * config/pyr/tm-pyr.h (STACK_ALIGN): Add comment.
+       * config/m88k/tm-m88k.h (STACK_ALIGN): Add comment.
+       * config/pa/tm-hppa.h (PUSH_ARGUMENTS): Enclose args in ()'s.
+       (STACK_ALIGN): Add comment, move to be with other associated
+       macros, and document.
+       * config/mips/tm-mips.h (PUSH_ARGUMENTS): Enclose args in ()'s.
+       (STACK_ALIGN): Remove completely, handled by PUSH_ARGUMENTS.
+       * config/alpha/tm-alpha.h (PUSH_ARGUMENTS): Enclose args in ()'s.
+       * config/rs6000/tm-rs6000.h (STACK_ALIGN): Remove completely,
+       handled by PUSH_ARGUMENTS.
+       (PUSH_ARGUMENTS): Enclose args in ()'s.
+       
+Fri Aug 23 13:55:05 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * infrun.c (wait_for_inferior):  Try to reenable shared library
+       breakpoints even if auto_solib_load is not set.
+
+Fri Aug 23 00:44:57 1996  Fred Fish  <fnf@cygnus.com>
+
+       * gdbtk.c (gdbtk_init): Check for a DISPLAY env variable and
+       gracefully degrade to using command line interface if none is
+       found.
+
+Wed Aug 21 16:31:27 1996  Fred Fish  <fnf@cygnus.com>
+
+       * valprint.c (print_longest): Test for CC_HAS_LONG_LONG as well as
+       PRINTF_HAS_LONG_LONG.
+       * expprint.c (dump_expression): Ditto.
+       * configure.in: Fix check for long long support in compiler to
+       use a function body, not a nested function.
+       * configure: Rebuild with autoconf.
+       
+Tue Aug 20 17:59:42 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * aclocal.m4: Include ../bfd/aclocal.m4.
+       * configure.in: Add stdlib.h to AC_CHECK_HEADERS.  Call
+       BFD_NEED_DECLARATION on malloc, realloc, and free.
+       * acconfig.h: Add NEED_DECLARATION_MALLOC,
+       NEED_DECLARATION_REALLOC, and NEED_DECLARATION_FREE.
+       * configure, config.in: Rebuild.
+       * defs.h: Include <stddef.h> and <stdlib.h> based on HAVE_*_H
+       rather than __STDC__.  Only declare malloc, realloc, and free if
+       NEED_DECLARATION_* is defined.
+
+Tue Aug 20 15:37:03 1996  Fred Fish  <fnf@cygnus.com>
 
        * solib.c (_initialize_solib): Add missing '\' chars at ends of
        strings that continue on next line.
@@ -57,7 +547,7 @@ Wed Aug 14 17:54:19 1996  Stu Grossman  (grossman@critters.cygnus.com)
        * config/i386/cygwin32.mh: Set NAT_FILE to nm-empty.h to make
        native work.
 
-Wed Aug 14 02:03:42 1996  Fred Fish  <fnf@rtl.cygnus.com>
+Wed Aug 14 02:03:42 1996  Fred Fish  <fnf@cygnus.com>
 
        From Blair MacIntyre <bm@cs.columbia.edu>:
        * hppa-tdep.c (hppa_fix_call_dummy): Use MSYMBOL_TYPE rather
@@ -1150,7 +1640,7 @@ Fri Jul 12 19:04:32 1996  Fred Fish  <fnf@cygnus.com>
        * hpread.c (hpread_lookup_type): Use xmmalloc/xmrealloc rather
        than xmalloc/xrealloc.
 
-Fri Jul 12 17:59:47 1996  Fred Fish  <fnf@ninemoons.com>
+Fri Jul 12 17:59:47 1996  Fred Fish  <fnf@cygnus.com>
 
        * objfiles.c (map_to_file): Error return from mmalloc_findbase is
        a NULL pointer, not a -1.
@@ -1744,7 +2234,7 @@ Fri May 17 13:31:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
        * sh-stub.c: New file, was config/sh/stub.c.
 
 start-sanitize-gdbtk
-Thu May 16 19:20:29 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
+Thu May 16 19:20:29 1996  Fred Fish  <fnf@cygnus.com>
 
        * gdbtk.tcl (gdb_prompt): Set this early on.
        (create_command_window): Use gdb_prompt rather than "(gdb) ".
This page took 0.029324 seconds and 4 git commands to generate.