Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-07-19 | * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text | Hans-Peter Nilsson | 2 | -0/+16 | |
output section. | |||||
2002-07-19 | * gas/mmix/list-pseudoints.l: Adjust for changes in gas section | Hans-Peter Nilsson | 7 | -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 scan | Alan Modra | 2 | -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 in | Jim Blandy | 2 | -1/+10 | |
some orderly fashion when we're running on a real stand-alone board. | |||||
2002-07-19 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2002-07-19 | daily update | Alan Modra | 1 | -1/+1 | |
2002-07-18 | * gdb.base/interrupt.exp: Correct logic for skipping tests on | Jim Blandy | 2 | -5/+8 | |
targets that don't support interrupts. | |||||
2002-07-18 | 2002-07-17 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -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 Brobecker | 2 | -1527/+1513 | |
2002-07-18 | * infrun.c (handle_inferior_event): Remove unneeded extra brace. | Joel Brobecker | 2 | -4/+5 | |
Leave the indentation temporarily untouched, to minimize the diffs. | |||||
2002-07-18 | 2002-07-18 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 3 | -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-18 | 2002-07-18 Michal Ludvig <mludvig@suse.cz> | Michal Ludvig | 3 | -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.h | Michal Ludvig | 2 | -1/+2 | |
2002-07-18 | Add IP2K support | Nick Clifton | 3 | -0/+22 | |
2002-07-18 | 2002-07-18 Michal Ludvig <mludvig@suse.cz> | Michal Ludvig | 2 | -2/+7 | |
* config/sparc/tm-sp64linux.h: Make the rest of #endif line a comment. | |||||
2002-07-18 | Delete w65 directory. | Andrew Cagney | 11 | -5658/+4 | |
2002-07-18 | daily update | Alan Modra | 1 | -1/+1 | |
2002-07-18 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2002-07-17 | Index: sim/common/ChangeLog | Andrew Cagney | 4 | -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 error | Jim Blandy | 2 | -1/+6 | |
message. | |||||
2002-07-17 | include/gdb: | Joern Rennecke | 7 | -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-17 | 2002-07-17 H.J. Lu <hjl@gnu.org> | H.J. Lu | 3 | -2/+7 | |
* Makefile.am: Fix a typo. * Makefile.in: Regenerate. | |||||
2002-07-17 | oops - omitted from previous delta | Nick Clifton | 1 | -0/+4 | |
2002-07-17 | Add IP2k support to BFD and LD | Nick Clifton | 24 | -17/+2481 | |
2002-07-17 | From: Ian Rickards <irickard@arm.com> | Richard Earnshaw | 2 | -2/+12 | |
* dwarf2.c (concat_filename): If we can't establish the directory just return the filename. | |||||
2002-07-17 | 2002-07-17 David Mosberger <davidm@hpl.hp.com> | H.J. Lu | 3 | -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-17 | 2002-07-17 H.J. Lu <hjl@gnu.org> | H.J. Lu | 3 | -49/+54 | |
* gas/ia64/dv-branch.d: Updated. * gas/ia64/opc-b.d: Likewise. | |||||
2002-07-17 | 2002-07-16 Chris Demetriou <cgd@broadcom.com> | Chris Demetriou | 3 | -45/+93 | |
* config.guess: Update to 2002-07-09 version. * config.sub: Update to 2002-07-03 version. | |||||
2002-07-17 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2002-07-17 | daily update | Alan Modra | 1 | -1/+1 | |
2002-07-16 | * tc-i386.c (i386_align_code): Implement x86_64 neutral code fillers. | Jan Hubicka | 2 | -15/+38 | |
2002-07-16 | * dwarf2read.c (read_initial_length): Handle older, non-standard, | Kevin Buettner | 2 | -4/+38 | |
64-bit DWARF2 format. | |||||
2002-07-16 | * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including | Joel Brobecker | 2 | -0/+7 | |
<sys/proc.h> when not available. | |||||
2002-07-16 | Obsolete i[3456]86-*-os9k. | Andrew Cagney | 7 | -2873/+2888 | |
2002-07-16 | Obsolete fr30. | Andrew Cagney | 34 | -26758/+22485 | |
2002-07-16 | * config/tc-z8k.c (build_bytes): Correct order of memset args. | Alan Modra | 2 | -1/+5 | |
2002-07-16 | * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args. | Alan Modra | 2 | -1/+5 | |
2002-07-16 | * elflink.h: Formatting fixes, tidy prototypes. | Alan Modra | 2 | -55/+57 | |
(elf_link_assign_sym_version): Move common code out of loop. | |||||
2002-07-16 | * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when | Alan Modra | 2 | -6/+12 | |
reloc section size is zero. Correct reloc output location. | |||||
2002-07-16 | Add 'Chnages in 2.13' to NEWS files. | Nick Clifton | 6 | -4/+22 | |
2002-07-16 | 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr> | Pierre Muller | 2 | -0/+7 | |
* blockframe.c (get_pc_function_start): return 0 if the minimal symbol found is not inside a section. | |||||
2002-07-16 | * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as | Alan Modra | 2 | -9/+21 | |
the final type for the e_fsel selector when generating PA2.0W code. (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1 relocations. | |||||
2002-07-16 | * aix-thread.c (ptrace_check): Use safe_strerror() instead of | Kevin Buettner | 2 | -2/+8 | |
strerror(). (pdc_realloc): Use xrealloc() instead of realloc(). | |||||
2002-07-16 | 2002-07-15 H.J. Lu <hjl@gnu.org> | H.J. Lu | 7 | -0/+64 | |
* ld-elfvers/vers.exp: Add vers21. * ld-elfvers/vers21.c: New. * ld-elfvers/vers21.dsym: New. * ld-elfvers/vers21.map: New. * ld-elfvers/vers21.sym: New. * ld-elfvers/vers21.ver: New. | |||||
2002-07-16 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2002-07-16 | daily update | Alan Modra | 1 | -1/+1 | |
2002-07-15 | * aix-thread.c (PD_ERROR, CALL_BASE): Delete. | Kevin Buettner | 2 | -25/+36 | |
(ops_resume, ops_wait, fetch_regs_lib, store_regs_lib) (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE macros. | |||||
2002-07-15 | * aix-thread.c (ptrace_check): Eliminate goto. | Kevin Buettner | 2 | -32/+50 | |
(sync_threadlists): Eliminate gotos. Also, fix array overrun problem. | |||||
2002-07-15 | * aix-thread.c (gdbcmd.h): Include. | Kevin Buettner | 2 | -75/+83 | |
(DEBUG, DBG, DBG2, dbg): Eliminate. (debug_aix_thread): New static global. (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs) (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc) (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite invocations to DBG and DBG2 macros to test against ``debug_aix_thread'' and call fprintf_unfiltered(). (_initialize_aix_thread): Add new command "set debug aix-thread". | |||||
2002-07-15 | From Gerhard Tonn <TON@de.ibm.com>: | Andrew Cagney | 2 | -12/+32 | |
* s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect instead of supply_register. |