aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-01-232001-01-23 Kazu Hirata <kazu@hxi.com>Kazu Hirata15-150/+127
* aoutx.h: Fix formatting. * bfd.c: Likewise. * bfd-in2.h: Likewise. * bfd-in.h: Likewise. * cpu-i386.c: Likewise. * cpu-m68hc11.c: Likewise. * dwarf2.c: Likewise. * elf64-x86-64.c: Likewise. * format.c: Likewise. * freebsd.h: Likewise. * hash.c: Likewise. * hp300hpux.c: Likewise. * hppabsd-core.c: Likewise. * hpux-core.c: Likewise.
2001-01-23* config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.J.T. Conklin12-612/+746
* config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise. * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise. * gdbserver/low-sim.c (#include "defs.h"): Removed. (mygeneric_load): Rename from generic_load. * gdbserver/low-hppabsd.c (#include "server.h"): Added. (#include "defs.h"): Removed. (inferior_pid, perror_with_name): Remove declarations. * gdbserver/low-linux.c: Likewise. * gdbserver/low-nbsd.c: Likewise. * gdbserver/low-sparc.c: Likewise. * gdbserver/low-sun3.c: Likewise. * i386-stub.c: Re-indent. * m68k-stub.c: Re-indent.
2001-01-23s/11/01/Jakub Jelinek1-1/+1
2001-01-23 * readelf.c (process_version_sections): Check if VERDEF or VERNEEDJakub Jelinek2-106/+28
sections are present before using them. Remove code duplication. (process_symbol_table): Check if VERDEF or VERNEED sections are present before using them.
2001-01-23(m32r_handle_align): Declare type of fragp.Alan Modra2-4/+9
2001-01-23Only set lma_region from the default for the first sectionAlan Modra2-1/+9
of a group of overlay sections.
2001-01-232001-01-23 Kazu Hirata <kazu@hxi.com>Kazu Hirata27-81/+29
* coff64-rs6000.c: Fix formatting. * coff-arm.c: Likewise. * coffgen.c: Likewise. * cofflink.c: Likewise. * coff-mcore.c: Likewise. * coff-mips.c: Likewise. * coff-pmac.c: Likewise. * coff-ppc.c: Likewise. * coff-rs6000.c: Likewise. * elf32.c: Likewise. * elf32-fr30.c: Likewise. * elf32-i370.c: Likewise. * elf32-i860.c: Likewise. * elf32-m32r.c: Likewise. * elf32-m68k.c: Likewise. * elf32-mcore.c: Likewise. * elf32-ppc.c: Likewise. * elf32-sh.c: Likewise. * elf32-v850.c: Likewise. * elf64-alpha.c: Likewise. * elf64-sparc.c: Likewise. * elflink.c: Likewise. * elflink.h: Likewise. * elf-m10200.c: Likewise. * elf-m10300.c: Likewise. * elfxx-ia64.c: Likewise.
2001-01-232001-01-22 Bo Thorsen <bo@suse.de>Andreas Jaeger2-48/+1468
* elf64-x86-64.c: Added PIC support for X86-64. (elf64_x86_64_link_hash_newfunc): Function added. (elf64_x86_64_link_hash_table_create): Likewise. (elf64_x86_64_check_relocs): Likewise. (elf64_x86_64_gc_mark_hook): Likewise. (elf64_x86_64_gc_sweep_hook): Likewise. (elf64_x86_64_adjust_dynamic_symbol): Likewise. (elf64_x86_64_size_dynamic_sections): Likewise. (elf64_x86_64_discard_copies): Likewise. (elf64_x86_64_finish_dynamic_symbol): Likewise. (elf64_x86_64_finish_dynamic_sections): Likewise. (elf64_x86_64_relocate_section): Add relocation of PIC sections.
2001-01-22 * gdbarch.sh (PARM_BOUNDARY): Define.Nicholas Duffek4-0/+42
* gdbarch.c: Regenerate. * gdbarch.h: Regenerate.
2001-01-222001-01-22 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-109/+104
* config/tc-alpha.c: Fix formatting.
2001-01-22* ns32k-tdep.c: #include "frame.h"J.T. Conklin16-15/+75
* config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It appears to have been inadvertantly removed sometime in May 1999. * Revert 2000-11-09 changes where shared library objects were moved from NATDEPFILES to TDEPFILES on NetBSD targets. While we'd like to be able to debug dynamically linked executables, this makes it impossible to build a cross debugger on a many hosts. * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES. * config/i386/nbsdelf.mt: Likewise. * config/m68k/nbsd.mt: Likewise. * config/ns32k/nbsd.mt: Likewise. * config/powerpc/nbsd.mt: Likewise. * config/sparc/nbsd.mt: Likewise. * config/sparc/nbsdelf.mt: Likewise. * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES. * config/i386/nbsdelf.mh: Likewise. * config/m68k/nbsd.mh: Likewise. * config/ns32k/nbsd.mh: Likewise. * config/powerpc/nbsd.mh: Likewise. * config/sparc/nbsd.mh: Likewise.
2001-01-22Allow Maciej to select weird --libdir options and still selectAlan Modra4-13/+29
tooldir correctly.
2001-01-22Give credit for the last change to Philip instead of to Maciej.Andreas Jaeger1-2/+7
2001-01-222001-01-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>Andreas Jaeger3-459/+42
* Makefile.am (install-data-local): Make use of $(DESTDIR). * Makefile.in: Regenerate.
2001-01-212001-01-21 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-126/+132
* coff-a29k.c: Fix formatting.
2001-01-21* mi-support.exp (mi_gdb_start): Skip mi tests if -i flag isMark Kettenis2-0/+11
recognized (i.e. if GDB was compiled with UI_OUT, but the mi interpreter wasn't recognized (because it wasn't compiled in).
2001-01-202001-01-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>Andreas Jaeger2-2/+8
* Makefile.in (ETC_SUPPORT): Add configure.texi and friends.
2001-01-202001-01-19 H.J. Lu <hjl@gnu.org>H.J. Lu2-7/+37
* elf32-i386.c (elf_i386_check_relocs): Report files with bad relocation section names. (elf_i386_relocate_section): Report files with bad relocation section names and return false.
2001-01-202001-01-19 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-86/+91
* config/tc-alpha.c: Fix formatting.
2001-01-19 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.Jason Merrill3-1/+21
(process_one_symbol): Likewise. * dwarfread.c (handle_producer): Likewise.
2001-01-192001-01-18 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-163/+167
* config/tc-alpha.c: Fix formatting.
2001-01-19Drop -Wuninitialized until GDB compiles with it.Andrew Cagney4-35/+87
Add list of buildable targets to the MAINTAINERS file.
2001-01-19Replace STRCMP with strcmp()Andrew Cagney8-23/+24
2001-01-19Replace FREEIF() with xfree().Andrew Cagney2-10/+11
2001-01-19Remove redundant bit from "fa" and "da" flagsNick Clifton2-4/+10
2001-01-19Add new arc core numbers.Nick Clifton2-9/+12
2001-01-18* symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookupJim Blandy2-2/+9
a mangled symbol rather than recursing into lookup_symbol, since this will just re-unmangle the name & call lookup_symbol_aux - leading to an infinite recursion.
2001-01-18* infcmd.c (print_return_value): Restore another space lost byMark Kettenis2-1/+6
switch to UIOUT. ``$NN='' should be ``$NN =''.
2001-01-18* target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)Andrew Cagney3-2/+8
* breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro definition in parenthesis.
2001-01-18From Mark Salter, fix hw-breakpoint packet format.Andrew Cagney2-2/+9
2001-01-18* configure.in (cpu_type, arch): Match i386 too.Alexandre Oliva3-2/+7
* configure: Rebuilt.
2001-01-18 * targets.c: Alphabetize list of xvecs.Andreas Jaeger2-56/+60
2001-01-18oops - omitted from previous deltaNick Clifton1-3/+8
2001-01-18Stop objcopy trying to convert endianness.Nick Clifton2-1/+15
2001-01-172001-01-16 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-55/+62
* config/tc-i386.c: Fix formatting.
2001-01-17* config/m68k/tm-nbsd.h (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.J.T. Conklin1-0/+1
2001-01-17* config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.J.T. Conklin6-13/+51
* config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o. * m68knbsd-tdep.c: New file. * i386nbsd-tdep.c: Remove #if 0'd out #includes. * m68knbsd-nat.c: #include gdbcore.h.
2001-01-16Fix gp overflow problem with Intel compiler.Jim Wilson2-1/+6
* emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind and IA_64.unwind.info.
2001-01-16oops - fix typoNick Clifton1-0/+11
2001-01-16Prevent seg fault with corrupt section name indiciesNick Clifton1-7/+9
2001-01-162001-01-17 Ben Elliston <bje@redhat.com>Ben Elliston2-0/+192
* config/sid.exp: New file.
2001-01-16Add J.T. to blanket write privs list.Andrew Cagney2-2/+8
2001-01-162001-01-16 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+9
* ldlang.c (lang_check): Merge the private data only if the input file has contents.
2001-01-16Fix expected result from readellf -s with 64 bit binariesNick Clifton2-3/+8
2001-01-162001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-2/+8
* procfs.c (procfs_stopped_by_watchpoint): Don't die if process goes away -- just return false.
2001-01-162001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-1/+5
* source.c (openp): Fix typo in comment.
2001-01-16Support hand-crafted .PARISC.unwind entriesAlan Modra2-8/+17
2001-01-16Build unwind info for more than just .text section.Alan Modra2-1/+8
2001-01-16General cleanup.Andrew Cagney1-31/+35
2001-01-16Clarify dejagnuAndrew Cagney1-6/+11