aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-03-04Don't use LONG_LONG when it isn't available.Andrew Cagney2-3/+7
2000-03-04Comment out longest_raw_hex_string.Andrew Cagney3-0/+15
2000-03-04When GDB doesn't recognize the -i=mi option, assume there is no MI support.Andrew Cagney2-0/+11
2000-03-04Make mmalloc functions consistent. Some need ISO-C others need PTR :-(.Andrew Cagney3-14/+16
2000-03-04Oops, lost update to defs.h:null_cleanup().Andrew Cagney2-1/+2
2000-03-04Convert extract/store functions to ISO-C.Andrew Cagney3-29/+20
2000-03-04Convert make_cleanup functions to ISO-C.Andrew Cagney3-28/+40
2000-03-03* Makefile.in (taz): Set PACKAGE to TOOL when not defined.Andrew Cagney2-8/+44
(do-tar-bz2): Replace TOOL with PACKAGE. (gdb.tar.bz2): Remove GDBTK from GDB package. (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2, dejagnu.tar.bz2): New packages.
2000-03-03* build fixFrank Ch. Eigler2-2/+6
2000-03-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br> * Makefile.in (IGEN_INSN): Added am33.igen.
2000-03-032000-03-03 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni4-11/+20
* defs.h (struct continuation_arg): Change type of field 'data' from PTR to void *. * event-loop.h: Eliminate uses of PTR, use 'void *' instead. * event-top.c: Ditto.
2000-03-03* build patchFrank Ch. Eigler2-1/+6
2000-03-03 Jonathan Larmour <jlarmour@redhat.co.uk> * func.c (buffer_read_memory): Change type of size to unsigned to match prototype
2000-03-03Move GDBtk's ``ln -s ... gdbtcl'' code out of configure.Andrew Cagney4-215/+247
Add CONFIG_CLEAN, CONFIG_ALL to configured targets. Add all-gdbtk, clean-gdbtk.
2000-03-03Only configure GDBtk when it is present.Andrew Cagney4-322/+336
2000-03-032000-03-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-1/+6
* config/alpha/alpha-linux.mh: Remove core-regset.o fron the NATDEPFILES list.
2000-03-02Apply patch for 100679Nick Clifton5-104/+160
2000-03-02* comment tweaksFrank Ch. Eigler1-5/+5
2000-03-02fix sign extension problem with d30vMichael Meissner2-4/+5
2000-03-02* adding forgotten entryFrank Ch. Eigler1-0/+1
2000-03-022000-03-02 H.J. Lu (hjl@gnu.org)H.J. Lu3-166/+219
* configure.in: Support --enable-targets=all on ia32. * configure: Regenerated.
2000-03-02Include getopt.hNick Clifton2-0/+6
2000-03-02* autoconf correctionFrank Ch. Eigler4-167/+193
* merge from internal repo -> sourceware 2000-03-02 Frank Ch. Eigler <fche@redhat.com> * configure: Regenerated. Tue Feb 8 18:35:01 2000 Donald Lindsay <dlindsay@hound.cygnus.com> * interp.c, mips.igen: all 5 DEADC0DE situations now have sim_io_eprintf calls, conditional on the simulator being in verbose mode.
2000-03-02* whitespace correctionFrank Ch. Eigler1-2/+2
2000-03-02Attempt to fix AIX/i386 target.Mark Kettenis2-29/+25
2000-03-02Fixes for extract_floating() and store_floating().Kevin Buettner2-13/+14
2000-03-02 * uw-thread.c: Apply GNU conventions to comment formatting.Nicholas Duffek2-208/+166
(deactivate_uw_thread): Call remove_thread_event_breakpoints(). (uw_thread_mourn_inferior): Move remove_thread_event_breakpoints() call to deactivate_uw_thread().
2000-03-022000-03-01 Hans-Peter Nilsson <hp@axis.com>Ian Lance Taylor7-30/+18
* aout-target.h (MY(write_object_contents)): Remove unused and unusable "#if CHOOSE_RELOC_SIZE". * pc532-mach.c (MY(write_object_contents)): Ditto. * netbsd.h (MY(write_object_contents)): Ditto. * hp300hpux.c (MY(write_object_contents)): Ditto. * freebsd.h (MY(write_object_contents)): Ditto. * aout-tic30.c (tic30_aout_write_object_contents): Ditto.
2000-03-02 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.Ian Lance Taylor2-3/+4
2000-03-02mention new -Bsymbolic behaviourIan Lance Taylor1-0/+4
2000-03-01Daniel Berlin is C++ maintainer.Andrew Cagney2-1/+6
2000-03-01Mark Kettenis is the x86 architcture maintainer and a jointAndrew Cagney2-4/+22
GNU/Linux/x86 maintainer. Nick Duffeck and Robert Lipe share SCO/Unixware. Nick Duffek and Peter Schauer share Solaris/x86.
2000-03-01Fix building with --enable-targets=all.Nick Clifton5-15/+35
2000-03-01Fix building with --enable-targets=allNick Clifton16-89/+172
2000-03-012000-03-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-4/+8
* mi-cmd-disas.c (mi_cmd_disassemble): Use ui_out_field_core_addr() instead of print_address_numeric(), to maintain consistency throughout MI.
2000-03-012000-03-01 H.J. Lu <hjl@gnu.org>H.J. Lu38-55/+129
* aoutx.h (aout_link_input_section_std): Pass "true" to the undefined_symbol callback. (aout_link_input_section_ext): Likewise. * bout.c (get_value): Likewise. * coff-a29k.c (coff_a29k_relocate_section): Likewise. * coff-alpha.c (alpha_ecoff_get_relocated_section_conten): Likewise. (alpha_relocate_section): Likewise. * coff-arm.c (coff_arm_relocate_section): Likewise. * coff-i960.c (coff_i960_relocate_section): Likewise. * coff-mcore.c (coff_mcore_relocate_section): Likewise. * coff-mips.c (mips_relocate_section): Likewise. * coff-ppc.c (coff_ppc_relocate_section): Likewise. * coff-sh.c (sh_relocate_section): Likewise. * coff-tic80.c (coff_tic80_relocate_section): Likewise. * cofflink.c (_bfd_coff_generic_relocate_section): Likewise. * elf-m10200.c (mn10200_elf_relocate_section): Likewise. * elf-m10300.c (mn10300_elf_relocate_section): Likewise. * elf32-d10v.c (elf32_d10v_relocate_section): Likewise. * elf32-fr30.c (fr30_elf_relocate_section): Likewise. * elf32-hppa.c (elf32_hppa_relocate_section): Likewise. * elf32-i370.c (i370_elf_relocate_section): Likewise. * elf32-m32r.c (m32r_elf_relocate_section): Likewise. * elf32-mcore.c (mcore_elf_relocate_section): Likewise. * elf32-sh.c (sh_elf_relocate_section): Likewise. * elf32-v850.c (v850_elf_relocate_section): Likewise. * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise. * elflink.h (elf_link_output_extsym): Likewise. * pe-mips.c (coff_pe_mips_relocate_section): Likewise. * reloc.c (bfd_generic_get_relocated_section_conten): Likewise. * reloc16.c (_bfd_ppc_xcoff_relocate_section): Likewise. * elf-hppa.h (elf_hppa_relocate_section): Pass "false" to the undefined_symbol callback when building shared library with -Bsymbolic and undefined symbols are allowed. Otherwise, pass "true". * elf32-arm.h (elf32_arm_relocate_section): Likewise. * elf32-i386.c (elf_i386_relocate_section): Likewise. * elf32-m68k.c (elf_m68k_relocate_section): Likewise. * elf32-mips.c (mips_elf_calculate_relocation): Likewise. (elf32_mips_get_relocated_section_content): Likewise. * elf32-ppc.c (ppc_elf_relocate_section): Likewise. * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. * elf64-alpha.c (elf64_alpha_relocate_section): Likewise. * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2000-03-012000-03-01 H.J. Lu <hjl@gnu.org>H.J. Lu2-2/+10
* bfdlink.h (bfd_link_callbacks): Add a boolean arg to the undefined_symbol callback.
2000-03-012000-03-01 H.J. Lu <hjl@gnu.org>H.J. Lu2-6/+21
* ldmain.c (undefined_symbol): Take one more arg, fatal, to indicate if the undefined symbol is a fatal error or not. Don't delete the output file if "fatal" is false.
2000-03-01Remove bigus .align checkNick Clifton2-5/+4
2000-03-01From Fernando: call generic_mourn_inferior() when closing rdi and simAndrew Cagney3-0/+8
targets.
2000-03-01Note that there is no need to send configure.in patches.Andrew Cagney2-0/+12
2000-03-012000-03-01 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2-1/+5
* MAINTAINERS: Correct my own mail address.
2000-03-01Identify maintainers caught up in a paper trail.Andrew Cagney2-6/+12
2000-02-292000-02-29 H.J. Lu <hjl@gnu.org>H.J. Lu3-10/+20
* Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)". Set LC_COLLATE and LC_ALL to null and export them. It is for sort which expects the C locale. Add $(LIBS) to all $(HOSTING_LIBS). * Makefile.in: Rebuild.
2000-02-29From Peter Schauer: Fix Solaris/x86 threads by copying linux code.Andrew Cagney4-64/+18
2000-02-29From Peter Schauer: Define Solaris/x86 MERGEPID.Andrew Cagney2-0/+6
2000-02-29From J.T.: Convert i386 to updated frame_saved_regs.Andrew Cagney3-15/+24
2000-02-29From Peter Schauer - fix mmalloc bitrot.Andrew Cagney2-2/+8
2000-02-29From Eli. Bring go32 target up-to-date with recent GDB i386 changes.Andrew Cagney5-22/+59
2000-02-29From Eli. Warning fixes.Andrew Cagney4-8/+23
2000-02-29Include <ctype.h> for isupper().Andrew Cagney2-0/+5
2000-02-29Add more checks for no stack frame.Andrew Cagney3-1/+14