Elena Zannoni
cdecafbee8
2002-07-18 Elena Zannoni <ezannoni@redhat.com>
* stabsread.c: Make os9k sections of the code obsolete,
for real this time.
* stabsread.h: Make os9k sections of the code obsolete.
24 years ago
Michal Ludvig
09ec9b38d6
2002-07-18 Michal Ludvig <mludvig@suse.cz>
* 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.
24 years ago
Michal Ludvig
4894ac5dcf
* Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
24 years ago
Nick Clifton
1e4cf259d2
Add IP2K support
24 years ago
Michal Ludvig
7b6aa020af
2002-07-18 Michal Ludvig <mludvig@suse.cz>
* config/sparc/tm-sp64linux.h: Make the rest of #endif
line a comment.
24 years ago
Andrew Cagney
de0a1e42d0
Delete w65 directory.
24 years ago
Alan Modra
4b3aa33818
daily update
24 years ago
gdbadmin
876b22d88d
*** empty log message ***
24 years ago
Andrew Cagney
75c4388adb
Index: sim/common/ChangeLog
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".
24 years ago
Jim Blandy
233282cd3e
* macrocmd.c (info_macro_command): Remove newline from error
message.
24 years ago
Joern Rennecke
2f14585c74
include/gdb:
* 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.
24 years ago
H.J. Lu
58378160bb
2002-07-17 H.J. Lu <hjl@gnu.org>
* Makefile.am: Fix a typo.
* Makefile.in: Regenerate.
24 years ago
Nick Clifton
afa6e5a5e6
oops - omitted from previous delta
24 years ago
Nick Clifton
cf88bb9f09
Add IP2k support to BFD and LD
24 years ago
Richard Earnshaw
0dafd5f6a9
From: Ian Rickards <irickard@arm.com>
* dwarf2.c (concat_filename): If we can't establish the directory
just return the filename.
24 years ago
H.J. Lu
ae66e5d720
2002-07-17 David Mosberger <davidm@hpl.hp.com>
* 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.
24 years ago
H.J. Lu
9b702f9437
2002-07-17 H.J. Lu <hjl@gnu.org>
* gas/ia64/dv-branch.d: Updated.
* gas/ia64/opc-b.d: Likewise.
24 years ago
Chris Demetriou
517596765f
2002-07-16 Chris Demetriou <cgd@broadcom.com>
* config.guess: Update to 2002-07-09 version.
* config.sub: Update to 2002-07-03 version.
24 years ago
gdbadmin
8e007cd0fa
*** empty log message ***
24 years ago
Alan Modra
28de3fce21
daily update
24 years ago
Jan Hubicka
33fef721a1
* tc-i386.c (i386_align_code): Implement x86_64 neutral code fillers.
24 years ago
Kevin Buettner
f7ef933922
* dwarf2read.c (read_initial_length): Handle older, non-standard,
64-bit DWARF2 format.
24 years ago
Joel Brobecker
8dd72958e0
* proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
<sys/proc.h> when not available.
24 years ago
Andrew Cagney
a99a9e1bc4
Obsolete i[3456]86-*-os9k.
24 years ago
Andrew Cagney
7a3085c168
Obsolete fr30.
24 years ago
Alan Modra
25d3fb587f
* config/tc-z8k.c (build_bytes): Correct order of memset args.
24 years ago
Alan Modra
36b08f12d1
* peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
24 years ago
Alan Modra
58821868a5
* elflink.h: Formatting fixes, tidy prototypes.
(elf_link_assign_sym_version): Move common code out of loop.
24 years ago
Alan Modra
c89583f83f
* elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
reloc section size is zero. Correct reloc output location.
24 years ago
Nick Clifton
2cbb2eefe2
Add 'Chnages in 2.13' to NEWS files.
24 years ago
Pierre Muller
28a93f5a7a
2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
* blockframe.c (get_pc_function_start): return 0 if the minimal symbol
found is not inside a section.
24 years ago
Alan Modra
ba94744e3b
* elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
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.
24 years ago
Kevin Buettner
be006b8b64
* aix-thread.c (ptrace_check): Use safe_strerror() instead of
strerror().
(pdc_realloc): Use xrealloc() instead of realloc().
24 years ago
H.J. Lu
b42d80615e
2002-07-15 H.J. Lu <hjl@gnu.org>
* 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.
24 years ago
gdbadmin
5e319c0058
*** empty log message ***
24 years ago
Alan Modra
923ffb13fd
daily update
24 years ago
Kevin Buettner
14fa37513d
* aix-thread.c (PD_ERROR, CALL_BASE): Delete.
(ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
(ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
macros.
24 years ago
Kevin Buettner
42cc437fb0
* aix-thread.c (ptrace_check): Eliminate goto.
(sync_threadlists): Eliminate gotos. Also, fix array overrun
problem.
24 years ago
Kevin Buettner
8e2c28d425
* aix-thread.c (gdbcmd.h): Include.
(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".
24 years ago
Andrew Cagney
30413464fd
From Gerhard Tonn <TON@de.ibm.com>:
* s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
instead of supply_register.
24 years ago
Andrew Cagney
39248af88f
* sim-resume.c (sim_resume): Add local variable sig_to_deliver to
avoid possible longjmp problems with automatic variable siggnal.
24 years ago
Andrew Cagney
7c43edc1d2
* dwarf2cfi.c: Include "gdb_assert.h".
(frame_state_for): Use gdb_assert to check that fde->cie_ptr is
non-NULL.
(update_context): Do not use __func__. Add missing ``break''.
(update_context): Do not use __func__.
24 years ago
Elena Zannoni
9364a0ef8a
2002-07-15 Elena Zannoni <ezannoni@redhat.com>
* rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
and its setting. Set gdbarch instruction printing functions
directly. For non-rs6000 case use new function
gdb_print_insn_powerpc.
(gdb_print_insn_powerpc): New function.
24 years ago
H.J. Lu
96a94295f2
bfd/
2002-07-14 H.J. Lu <hjl@gnu.org>
* elflink.h (elf_link_assign_sym_version): Hide the default
definition if there is a hidden versioned definition.
ld/
2002-07-14 H.J. Lu <hjl@gnu.org>
* ld.texinfo: Document a .symver takes precedence over a
version script.
24 years ago
Alan Modra
1bfdf77716
copyright date
24 years ago
Alan Modra
da06c61e93
* config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define if TE_NetBSD.
24 years ago
gdbadmin
4ae1a66cff
*** empty log message ***
24 years ago
Alan Modra
e4c35ea24e
daily update
24 years ago
Andrew Cagney
076043f24e
From 2002-07-11 Momchil Velikov <velco@fadata.bg>:
* Make-common.in (installdirs): Make $(libdir) too, needed when
installing libsim.a.
24 years ago
Andrew Cagney
92eb23c54a
Mention d30v obsolete in news file.
24 years ago