aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1996-03-19 * rs6000-nat.c (exec_one_dummy_insn): Don't clobber theJeff Law2-0/+8
PC in the registers array. From Peter Schauer.
1996-03-18 * configure.in: Add AC_FUNC_VFORK.Ian Lance Taylor1-0/+5
* configure, config.in: Rebuild. * dlltool.c, nlmconv.c: Include <vfork.h> if HAVE_VFORK_H is defined.
1996-03-18 * stabs.c (parse_stab_range_type): A complex type is defined as aIan Lance Taylor3-19/+73
subrange of itself with the high bound zero. * ieee.c (ieee_complex_type): Don't crash on sizes of 12 or 16.
1996-03-18 * symfile.c (reread_symbols): Reinitialize bcache structFred Fish1-0/+7
members to zero using memset. Also use memset to reinit global_psymbols and static_psymbols, rather than explicitly resetting each structure member.
1996-03-18 * ecoff.c (ecoff_stab): Don't try to make a symbol out of the stabIan Lance Taylor1-0/+5
string. Extract the addend from the result of expression.
1996-03-18 * elf32-mips.c (mips_elf_gprel32_reloc): Initialize gp ifIan Lance Taylor1-0/+5
output_bfd is not NULL.
1996-03-18Add acconfig.h and config.h.inFred Fish1-0/+2
1996-03-17 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiledFred Fish1-0/+10
defined, and use it to compile the test case with -O2. The native compilation still uses no optimization. * gdb.base/mips_pro.c: Remove inline assembly code since it is compiled PIC by default, which results in assembler warnings that make the testsuite think the compilation was unsuccessful.
1996-03-17 * configure.in: Add fragment to create stamp-h.Fred Fish4-2/+29
From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE> * configure.in (AC_CHECK_HEADERS): Check for link.h. * configure: Regenerate with autoconf. * config.h.in: Regenerate with autoheader. * config/i386/nm-linux.h: Include solib.h only if HAVE_LINK_H is defined. * solib.c: Exclude most of the code if HAVE_LINK_H is not defined. * config/i386/linux.mh: Reinstate XM_CLIBS, it is needed for older a.out based systems.
1996-03-17 * i386v4-nat.c (defs.h): Include before testing HAVE_SYS_PROCFS_H.Fred Fish2-1/+3
1996-03-17Forgot during last checkin.Fred Fish3-2/+84
* config.h.in: New file. * Makefile.in (distclean): Remove config.h and stamp-h during distclean. (config.h, stamp-h): New targets to remake config.h when necessary.
1996-03-17 * acconfig.h: New file, for autoheader.Fred Fish5-75/+176
* configure.in (AC_CONFIG_HEADER): Add, generate config.h. * configure: Regenerate. * Makefile.in (defs_h): Add config.h * defs.h (config.h): Include before any other includes or defines. * i386-tdep.c (gdb_string.h): Move include after include of defs.h.
1996-03-16 * gdb.c++/misc.exp: Add note to message forFred Fish1-0/+6
"print s.a for foo struct" that this is a known gcc 2.7.2 and earlier bug.
1996-03-16 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>Fred Fish2-4/+8
* gdb.texinfo (Expressions): Fix erroneous array constant example.
1996-03-16 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>Fred Fish2-94/+132
* Makefile.in (INSTALLED_LIBS): Make sure that @LIBS@ will not result in an empty line, to work around a bug in native Ultrix 4.4 and OSF/1-3.2C make.
1996-03-16 * configure.in: Add gdbserver to configdirs under linux.Fred Fish3-108/+189
* configure: Regenerate.
1996-03-16 * gdb.texinfo: Add missing "@bullet" to some "@itemize"Fred Fish2-4/+9
commands.
1996-03-16 * gdb.base/break.exp: Fix pattern for matching "Delete allFred Fish3-31/+75
breakpoints (y or n) ". Add "mips-dec-ultrix*" to setup_xfail for deleting all breakpoints test. Fix various timeout messages to include "(timeout)". * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail for "p t_float_values2(3.14159,float_val2)". * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail for "continue to call2g" when gcc compiled. * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for "up to foo in langs.exp", "show language at foo in langs.exp", "show language at cppsub_ in langs.exp", "up to fsub in langs.exp", and "show language at fsub in langs.exp". * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for "list line 1 in include file", "list message for lines past EOF", "list function in include file", "list list0.h:foo", and "list filename:function; nonexistant function". * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and "ptype t_char_array" to be for native cc only.
1996-03-16 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiledFred Fish2-4/+25
setup_xfail for "print coremaker_bss", "print coremaker_ro", "print func2::coremaker_local", and "backtrace in corefile.exp".
1996-03-15 * app.c (do_scrub_chars): If whitespace is seen in state 11, andIan Lance Taylor1-0/+6
LABELS_WITHOUT_COLONS is not defined, and we are not in m68k MRI mode, change the state to 3 rather than 1.
1996-03-15* config/i386/nm-nbsd.h (FLOAT_INFO): Comment out.J.T. Conklin3-1/+9
* config/i386/tm-nbsd.h (NUM_REGS): Define.
1996-03-15 * coffgen.c (coff_get_normalized_symtab): Call bfd_zalloc insteadDavid Edelsohn2-48/+55
of bfd_alloc (fixes fix_line not being initialized). Delete zeroing of fix_{value,tag,end,scnlen} fields.
1996-03-15 * Makefile.in (DO_X): Don't get confused if CC contains `=' in anIan Lance Taylor1-0/+3
option.
1996-03-15 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag ofIan Lance Taylor2-0/+4
config/mh-necv4.
1996-03-15 * mh-necv4: New file.Ian Lance Taylor1-0/+1
1996-03-15 * mh-necv4: New file.Ian Lance Taylor1-0/+11
1996-03-15 * install.sh: Correct misspelling of transformbasename.Ian Lance Taylor2-1/+3
1996-03-15 * config.guess: Recognize mips-*-sysv*.Ian Lance Taylor1-0/+8
1996-03-14 * config/obj-coff.h (C_REGISTER_SECTION): Change from 20 to 50, toIan Lance Taylor1-0/+5
correspond to 11 March change.
1996-03-14 * coffcode.h: Allow specific backends to override theJeff Law2-8/+9
bfd_link_add_symbols routine. Not used yet, but it will be soon for hmse.
1996-03-14 * coff-h8300.c: Include genlink.h.Jeff Law1-0/+8
(howto_table): Add R_MEM_INDIRECT. (rtype2howto): Support R_MEM_INDIRECT. (h8300_reloc16_extra_cases): Handle R_MEM_INDIRECT like R_RELBYTE for now. hmse
1996-03-14 * config/tc-h8300.c (build_bytes, MEMIND case): GenerateJeff Law1-0/+5
an R_MEM_INDIRECT reloc rather than R_RELBYTE. hmse
1996-03-14 * solib.c (solib_break_names): Add _r_debug_state forJeff Law2-28/+52
vanilla SVR4 implementations. From Peter Schauer.
1996-03-14 * scripttempl/h8300.sc: Change name of page zero memoryJeff Law1-0/+8
from "null" to "vectors". Create an output section for vectors. Add comments on how to explicitly place items in the vector table. * scripttempl/h8300h.sc: Likewise. hmse
1996-03-13 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail forFred Fish1-0/+6
"bt in signals.exp". This problem only appears when running the testsuite, and then only intermittently.
1996-03-13 * emultempl/lnk960.em (machine_table): Add jx and hx.Ian Lance Taylor1-0/+2
1996-03-13 * genscripts.sh: Don't use ${9:-xx}, since Ultrix /bin/sh doesn'tIan Lance Taylor1-0/+5
support it.
1996-03-12 * lexsup.c (parse_args): Handle --wrap.Ian Lance Taylor5-6/+76
* ldmain.c (main): Initialize link_info.wrap_hash. * ldexp.c (fold_name): Use bfd_wrapped_link_hash_lookup in DEFINED and NAME cases. * ld.texinfo, ld.1: Document --wrap.
1996-03-12 * linker.c (bfd_wrapped_link_hash_lookup): New function.Ian Lance Taylor2-5/+39
(_bfd_generic_link_add_one_symbol): Remove BFD_ASSERT on hash table string. Use bfd_wrapped_link_hash_lookup. (_bfd_generic_link_write_global_symbol): Remove BFD_ASSERT on hash table string. * aoutx.h (aout_link_write_symbols): Use the name from the hash table, if any, when writing out symbols. (aout_link_input_section_std): Use the name from the hash table, if any, when reporting undefined symbols. (aout_link_input_section_ext): Likewise. (aout_link_reloc_link_order): Use bfd_wrapped_link_hash_lookup. * bout.c (get_value): Likewise. * cofflink.c (_bfd_coff_reloc_link_order): Likewise. * ecoff.c (ecoff_reloc_link_order): Likewise. * elflink.h (elf_link_add_object_symbols): Likewise. (elf_reloc_link_order): Likewise. * linker.c (_bfd_generic_link_output_symbols): Likewise. (_bfd_generic_reloc_link_order): Likewise. (default_indirect_link_order): Likewise. * reloc16.c (bfd_coff_reloc16_get_value): Likewise. * sunos.c (sunos_add_one_symbol): Likewise. * xcofflink.c (xcoff_link_add_symbols): Likewise. (bfd_xcoff_link_count_reloc): Likewise. (xcoff_reloc_link_order): Likewise.
1996-03-12 * gdb.base/return.exp (return_tests): Differentiate betweenStan Shebs1-5/+17
two tests of continuing.
1996-03-12 * ieee.c (ieee_write_undefined_tag): Switch to global_types evenIan Lance Taylor2-0/+30
if it is not empty. (ieee_tag_type): For an enum, look through info->enums.
1996-03-12Tue Mar 12 12:43:59 1996 David Mosberger-Tang <davidm@koala.azstarnet.com>Ian Lance Taylor5-6/+49
* ld.h (ld_config_type): Add warn_multiple_gp field. * lexsup.c (parse_args): Handle --warn-multiple-gp. * ldmain.c (warning_callback): Suppress multiple gp values warning if --warn_multiple_gp was not used. * ld.texinfo, ld.1: Document --warn-multiple-gp.
1996-03-12Tue Mar 12 12:41:17 1996 David Mosberger-Tang <davidm@koala.azstarnet.com>Ian Lance Taylor1-0/+6
* coff-alpha.c (alpha_relocate_section): Use info->callbacks_warning, rather than _bfd_error_handler, for "multiple gp" warning.
1996-03-12comment changeIan Lance Taylor1-3/+12
1996-03-12tweak last patchIan Lance Taylor1-0/+2
1996-03-12 * configure: Rebuild with autoconf 2.8.Ian Lance Taylor8-46/+162
1996-03-12 * debug.c (debug_type_samep): Don't loop endlessly inIan Lance Taylor2-28/+531
DEBUG_KIND_ENUM case. From Eric Baur <ecb@nexen.com>.
1996-03-12 Don't do SunOS style dynamic linking for sparc-aout:Ian Lance Taylor3-0/+23
* configure.tgt (sparc64-*-aout*): Use sparcaout, not sun4. (sparclite*-fujitsu-*, sparc*-*-aout): Likewise. (sparc*-wrs-vxworks*): Likewise. * emulparams/sparcaout.sh: New file. * Makefile.in (ALL_EMULATIONS): Add esparcaout.o. (esparcaout.c): New target.
1996-03-11 * config/atof-ieee.c (gen_to_words): Improve handling ofIan Lance Taylor1-0/+6
X_PRECISION numbers. Based on patches from Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>.
1996-03-11 Keep mon960 files.Dawn Perchik2-0/+3