aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-07-20 * budemang.c: Include string.h.Alan Modra2-0/+5
2002-07-20 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don'tAlan Modra4-3/+14
bomb on /DISCARD/ input section. * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise. * emultempl/mmo.em (mmo_place_orphan): Likewise.
2002-07-20* elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insertJason Thorpe2-4/+7
DT_PLTGOT into the dynamic section if there is a PLT.
2002-07-20daily updateAlan Modra1-1/+1
2002-07-20*** empty log message ***gdbadmin1-1/+1
2002-07-19 * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code fromThiemo Seufer5-103/+118
elf32-mips.c. (_bfd_mips_elf_write_section): Likewise. * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype. (_bfd_mips_elf_write_section): Likewise. * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c. (elf32_mips_write_section): Likewise. * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it. (_bfd_mips_elf_write_section): Likewise.
2002-07-19 * config/tc-mips.c (mips_need_elf_addend_fixup): Use S_IS_EXTERNALThiemo Seufer2-3/+11
instead of S_IS_EXTERN. (md_estimate_size_before_relax): Likewise. (mips_fix_adjustable): Likewise.
2002-07-19 * config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC.Thiemo Seufer2-4/+4
2002-07-192002-07-19 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-19/+39
* config/gdbserver.exp (gdb_load): Don't use TCL varargs. Improve support for reusing an exec file. Copy exec file to target, and run gdbserver on the target instead of on the host.
2002-07-19[ dejagnu/ChangeLog ]Chris Demetriou3-67/+120
2002-07-19 Chris Demetriou <cgd@broadcom.com> * config.guess: Update from ../config.guess. * config.sub: Update from ../config.sub. [ readline/ChangeLog.gdb ] 2002-07-19 Chris Demetriou <cgd@broadcom.com> * support/config.guess: Update from ../config.guess. * support/config.sub: Update from ../config.sub.
2002-07-19* Makefile.in (x86-64-tdep.o): Add $(objfiles_h).Andrew Cagney3-3/+12
* x86-64-tdep.c: Include "objfiles.h". (x86_64_gdbarch_init): Set in_solib_call_trampoline to in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
2002-07-192002-07-19 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-2/+8
* MAINTAINERS: Clarify updates of config.guess and config.sub, and add one instance of them which was missed to the list to update.
2002-07-19Make .ifdef treat a referenced but not yet defined symbol as if it wereNick Clifton3-26/+59
undefined, in exactly the same way as .equiv.
2002-07-192002-07-17 Michal Ludvig <michal@suse.cz>Michal Ludvig2-2/+8
* dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value. (update_context): Initialise cfa variable.
2002-07-19Add IP2k GAS and OPCODES support.Nick Clifton28-447/+6468
2002-07-19 * ld-mmix/sec-1.d: Adjust for changes in padding.Hans-Peter Nilsson3-12/+17
* ld-mmix/sec-3.d: Ditto.
2002-07-19 * emultempl/mmo.em (mmo_place_orphan): Handle case of no .textHans-Peter Nilsson2-0/+16
output section.
2002-07-19 * gas/mmix/list-pseudoints.l: Adjust for changes in gas sectionHans-Peter Nilsson7-13/+22
padding. * gas/mmix/greg7.d: Ditto. * gas/mmix/greg8.d: Ditto. * gas/mmix/fb-2.d: Ditto. * gas/mmix/comment-1.d: Ditto. * gas/mmix/byte-1.d: Ditto.
2002-07-19 * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scanAlan Modra2-13/+12
PT_IA_64_UNWIND segments for a given section.
2002-07-19* gdb.base/ending-run.exp: Don't expect to see the program end inJim Blandy2-1/+10
some orderly fashion when we're running on a real stand-alone board.
2002-07-19*** empty log message ***gdbadmin1-1/+1
2002-07-19daily updateAlan Modra1-1/+1
2002-07-18* gdb.base/interrupt.exp: Correct logic for skipping tests onJim Blandy2-5/+8
targets that don't support interrupts.
2002-07-182002-07-17 Michael Snyder <msnyder@redhat.com>Michael Snyder2-214/+267
* aix-thread.c: Shorten some long lines. Bring comments into line with code spec.
2002-07-18 * infrun.c: Re-indent using gdb_indent.sh.Joel Brobecker2-1527/+1513
2002-07-18 * infrun.c (handle_inferior_event): Remove unneeded extra brace.Joel Brobecker2-4/+5
Leave the indentation temporarily untouched, to minimize the diffs.
2002-07-182002-07-18 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni3-84/+131
* stabsread.c: Make os9k sections of the code obsolete, for real this time. * stabsread.h: Make os9k sections of the code obsolete.
2002-07-182002-07-18 Michal Ludvig <mludvig@suse.cz>Michal Ludvig3-4/+9
* linux-low.c (regsets_store_inferior_registers): Add free() at the end of a loop to prevent memory leak. * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers. (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
2002-07-18* Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.hMichal Ludvig2-1/+2
2002-07-18Add IP2K supportNick Clifton3-0/+22
2002-07-182002-07-18 Michal Ludvig <mludvig@suse.cz>Michal Ludvig2-2/+7
* config/sparc/tm-sp64linux.h: Make the rest of #endif line a comment.
2002-07-18Delete w65 directory.Andrew Cagney11-5658/+4
2002-07-18daily updateAlan Modra1-1/+1
2002-07-18*** empty log message ***gdbadmin1-1/+1
2002-07-17Index: sim/common/ChangeLogAndrew Cagney4-59/+79
2002-07-17 Andrew Cagney <cagney@redhat.com> * run-sim.h: Add #ifdef RUN_SIM_H wrapper. (sim_set_callbacks, sim_size, sim_trace) (sim_set_trace, sim_set_profile_size, sim_kill): Declare. Moved to here from "gdb/remote-sim.h". Index: include/gdb/ChangeLog 2002-07-17 Andrew Cagney <cagney@redhat.com> * remote-sim.h: Update copyright. (sim_set_callbacks, sim_size, sim_trace) (sim_set_trace, sim_set_profile_size, sim_kill): Delete. Moved to "sim/common/run-sim.h".
2002-07-17* macrocmd.c (info_macro_command): Remove newline from errorJim Blandy2-1/+6
message.
2002-07-17include/gdb:Joern Rennecke7-133/+348
* sim-sh.h: Add enum constants for sh[1-4], sh3e, sh3?-dsp, renumbering the sh-dsp registers to use distinct numbers. sim/sh: * Makefile.in (interp.o): Depend on $(srcroot)/include/gdb/sim-sh.h. * interp.c: Include "gdb/sim-sh.h". (sim_store_register, sim_fetch_register): Use constants defined there. gdb: * sh-tdep.c (sh_dsp_register_sim_regno): New function. (sh_gdbarch_init): Use it for sh-dsp.
2002-07-172002-07-17 H.J. Lu <hjl@gnu.org>H.J. Lu3-2/+7
* Makefile.am: Fix a typo. * Makefile.in: Regenerate.
2002-07-17oops - omitted from previous deltaNick Clifton1-0/+4
2002-07-17Add IP2k support to BFD and LDNick Clifton24-17/+2481
2002-07-17From: Ian Rickards <irickard@arm.com>Richard Earnshaw2-2/+12
* dwarf2.c (concat_filename): If we can't establish the directory just return the filename.
2002-07-172002-07-17 David Mosberger <davidm@hpl.hp.com>H.J. Lu3-570/+587
* ia64-opc-b.c (bWhc): New macro. (mWhc): Ditto. (OpPaWhcD): Ditto. (ia64_opcodes_b): Correct patterns for indirect call instructions to use 3-bit "wh" field. * ia64-asmtab.c: Regnerate.
2002-07-172002-07-17 H.J. Lu <hjl@gnu.org>H.J. Lu3-49/+54
* gas/ia64/dv-branch.d: Updated. * gas/ia64/opc-b.d: Likewise.
2002-07-172002-07-16 Chris Demetriou <cgd@broadcom.com>Chris Demetriou3-45/+93
* config.guess: Update to 2002-07-09 version. * config.sub: Update to 2002-07-03 version.
2002-07-17*** empty log message ***gdbadmin1-1/+1
2002-07-17daily updateAlan Modra1-1/+1
2002-07-16 * tc-i386.c (i386_align_code): Implement x86_64 neutral code fillers.Jan Hubicka2-15/+38
2002-07-16 * dwarf2read.c (read_initial_length): Handle older, non-standard,Kevin Buettner2-4/+38
64-bit DWARF2 format.
2002-07-16 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid includingJoel Brobecker2-0/+7
<sys/proc.h> when not available.
2002-07-16Obsolete i[3456]86-*-os9k.Andrew Cagney7-2873/+2888