Joel Brobecker
5ef7553b46
* hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
...
method, now that hppa_push_dummy_frame has a conformant prototype.
* config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
for the switch to multiarch partial.
2003-03-19 20:14:01 +00:00
Kevin Buettner
7bde89676d
* mdebugread.c (parse_symbol): For stEnd, we're done counting
...
when iss is issNull.
2003-03-19 19:45:49 +00:00
Andreas Schwab
4f39e30283
* ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after
...
eof.
2003-03-19 09:56:06 +00:00
Jakub Jelinek
3e1d7f19ec
* elf64-sparc.c (struct sparc64_elf_section_data): Add reloc_count
...
field.
(canon_reloc_count): Define.
(sparc64_elf_slurp_one_reloc_table, sparc64_elf_slurp_reloc_table,
sparc64_elf_canonicalize_dynamic_reloc): Use it instead of
reloc_count.
(sparc64_elf_canonicalize_reloc): New routine.
(bfd_elf64_canonicalize_reloc): Define.
2003-03-19 09:26:51 +00:00
Kevin Buettner
b006a9e9ba
* mips-tdep.c (mips_register_name): Fix fencepost error involving
...
NUM_REGS bounds check.
2003-03-19 06:49:17 +00:00
Kevin Buettner
5e2e9765a7
Print correct register names for MIPS targets using n32/n64 ABIs.
2003-03-19 06:21:14 +00:00
gdbadmin
2512814ebc
*** empty log message ***
2003-03-19 00:00:02 +00:00
Jakub Jelinek
3fa1d9175d
* elfxx-ia64.c (elfNN_ia64_relax_section): Handle relaxation
...
againt mergeable sections. Take r_addend into account when caching
trampolines.
2003-03-18 23:14:35 +00:00
Alan Modra
19a0fc411b
daily update
2003-03-18 23:00:06 +00:00
Andrew Cagney
a2867626c1
2003-03-18 Andrew Cagney <cagney@redhat.com>
...
* printcmd.c (print_scalar_formatted): Change VALADDR parameter to
a void pointer.
* gdbtypes.h (print_scalar_formatted): Update declaration.
* expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
2003-03-18 22:03:29 +00:00
Andrew Cagney
ac3b79201d
just pretend these didn't get committed.
2003-03-18 21:50:27 +00:00
Danny Smith
4064c85643
* defilep.y (opt_base): If no number given, set to default
...
(-1), not 0.
2003-03-18 21:33:43 +00:00
Joel Brobecker
06600e0681
* infrun.c (observer.h): Add #include.
...
(normal_stop): Add call to observer_notify_normal_stop.
* Makefile.in (infrun.o): Add dependency on observer.h.
2003-03-18 19:06:54 +00:00
Joel Brobecker
7daf4f5bcc
Continuing work to convert the hppa targets to multiarch partial.
...
* hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
parameter. Reformat comment.
* config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
(DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
to match new profile.
2003-03-18 18:57:48 +00:00
Richard Henderson
f86b235ae5
* elfxx-ia64.c (get_dyn_sym_info): Return NULL gracefully for
...
local symbols that have no dyninfo.
2003-03-18 18:57:40 +00:00
Joel Brobecker
3371ccc06e
* hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
...
appear to be working in any case.
2003-03-18 18:26:41 +00:00
Joel Brobecker
4fbe891ea1
* observer.c (observer_test_first_observer): New static variable.
...
(observer_test_second_observer): Likewise.
(observer_test_third_observer): Likewise.
(observer_test_first_notification_function): New static function.
(observer_test_second_notification_function): Likewise.
(observer_test_third_notification_function): Likewise.
2003-03-18 18:05:51 +00:00
Joel Brobecker
bcd7e15f07
* gdbint.texinfo (Algorithms): Add new section describing the
...
Observer paradigm.
(Top): Add menu entry to new observer appendix.
* observer.texi: New file.
* Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
new observer.texi file.
2003-03-18 17:44:23 +00:00
gdbadmin
79b8ff3ee0
*** empty log message ***
2003-03-18 00:00:03 +00:00
Joel Brobecker
a7ff40e7f7
* hppa-tdep.c (gdb_assert.h): Add missing #include.
...
* somsolib.c (gdb_assert.h): Likewise.
* Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
(somsolib.o): Likewise.
2003-03-17 23:25:09 +00:00
DJ Delorie
bf8db3d48e
merge from gcc
2003-03-17 23:09:54 +00:00
Alan Modra
80cb56ee7a
daily update
2003-03-17 23:00:05 +00:00
Andrew Cagney
bf6bad4b99
2003-03-17 Andrew Cagney <cagney@redhat.com>
...
From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
vector registes.
* gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
* gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
2003-03-17 20:06:16 +00:00
Andrew Cagney
26ca415260
2003-03-17 Andrew Cagney <cagney@redhat.com>
...
* disasm.c (gdb_disassembly): Set di.mach using the architecture's
BFD. Simplify setting of di.endian.
2003-03-17 19:57:12 +00:00
David Carlton
293e9a3142
2003-03-17 David Carlton <carlton@math.stanford.edu>
...
* gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
test, for PR breakpoints/38.
Call test_watchpoint_and_breakpoint.
* gdb.base/watchpoint.c (func3): New function.
(main): Call func3.
2003-03-17 19:51:58 +00:00
Daniel Jacobowitz
94e1050898
* configure.in: Check for stdlib.h.
...
* configure: Regenerated.
* config.in: Regenerated.
2003-03-17 19:39:53 +00:00
Andrew Cagney
0a61325988
2003-03-17 Andrew Cagney <cagney@redhat.com>
...
* rs6000-tdep.c (ppc_floating_point_unit_p): New function.
* ppc-tdep.h (ppc_floating_point_unit_p): Declare.
From Elena Zannoni <ezannoni@redhat.com>
* ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
vector and floating-point parameters.
(ppc_sysv_abi_use_struct_convention): Handle e500 struct return
convention.
(ppc_sysv_abi_broken_use_struct_convention): Ditto.
2003-03-17 18:27:07 +00:00
DJ Delorie
f77ed96c7b
merge from gcc
2003-03-17 18:01:07 +00:00
Fernando Nasser
1132738f98
* MAINTAINERS: Remove my name from several maintainership roles.
2003-03-17 15:01:48 +00:00
Andrew Cagney
9fe8321b99
2003-03-17 Andrew Cagney <cagney@redhat.com>
...
* gdb.texinfo (DATE): Delete. Remove date from titles. Mention
that GNU Press update the manual version number.
2003-03-17 14:46:35 +00:00
Andrew Cagney
6dc42492b6
2003-03-17 Andrew Cagney <cagney@redhat.com>
...
Fix frame off-by-one bug.
* frame-unwind.h (frame_this_id_ftype): Replace
frame_unwind_id_ftype.
(frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
(struct frame_unwind): Replace "id" with "this_id". Replace "reg"
with "prev_register".
* frame-unwind.c (frame_unwind_find_by_pc): Return
legacy_saved_regs_unwind instead of trad_frame_unwind. Update
comment.
* dummy-frame.c (cached_find_dummy_frame): Delete function.
(dummy_frame_this_id): Replace dummy_frame_id_unwind.
(dummy_frame_prev_register): Replace dummy_frame_register_unwind.
(dummy_frame_unwind): Update.
* sentinel-frame.c (sentinel_frame_prev_register): Replace
sentinel_frame_register_unwind.
(sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
(sentinel_frame_unwinder): Update.
* frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
(struct frame_info): Rename "unwind_cache" to "prologue_cache".
* frame.c (create_sentinel_frame): Update. Initialize
"prologue_cache" instead of "unwind_cache".
(frame_register_unwind): Call this frame's prev_register with the
next frame and this frame's prologue cache.
(get_prev_frame): Simplify. Always call prev frame's this_id with
this frame and prev frame's prologue cache. Document that this
call is shifted one to the left when compared to the
frame_register_unwind call.
(legacy_saved_regs_prev_register): Replace
frame_saved_regs_register_unwind.
(legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
(legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
(legacy_saved_regs_unwind): Replace trad_frame_unwind.
* d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
(d10v_frame_unwind): Update.
(d10v_frame_prev_register): Replace d10v_frame_register_unwind.
(d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
(saved_regs_unwinder): Replace this "frame" with "next_frame", and
"saved_regs" with "this_saved_regs".
2003-03-17 14:23:50 +00:00
Nick Clifton
112290abe5
Fix formatting. Update copyright date.
2003-03-17 11:43:30 +00:00
Nick Clifton
98a91d6ae2
(disassemble_data): Use disasm_info.fprintf_func not printf for emitting new
...
lines.
2003-03-17 11:16:51 +00:00
Nick Clifton
c8cc2f3250
(O_SYS_CMDLINE): New pseudo opcode for command line processing.
2003-03-17 10:34:29 +00:00
Nick Clifton
06a30c77e0
nm.c (print_symbol_info_bsd): Print the symbol's size instead of the symbol's
...
value when --size-sort is used, unless -S is used.
doc/binutils.texi (--size-sort): For non-bsd formats both the value and size
of the symbols are displayed.
2003-03-17 10:14:07 +00:00
gdbadmin
27adcae577
*** empty log message ***
2003-03-17 00:00:32 +00:00
Alan Modra
4b0cad56a6
daily update
2003-03-16 23:00:07 +00:00
Andrew Cagney
efd710d656
2003-03-16 Andrew Cagney <cagney@redhat.com>
...
* frame.c (frame_pop): Don't call target_store_registers. Fix
problem reported by Mark Kettenis.
2003-03-16 20:47:40 +00:00
Mark Kettenis
4e259f098d
* i386-tdep.c (i386_register_type): Renamed from
...
i386_register_virtual_type. Adjust function signature.
(i386_gdbarch_init): Set register_type instead of
deprecated_max_register_raw_size,
deprecated_max_register_virtual_size and register_virtual_type.
2003-03-16 20:14:57 +00:00
gdbadmin
bbe000010a
*** empty log message ***
2003-03-16 00:00:02 +00:00
Alan Modra
a385d74e74
daily update
2003-03-15 23:00:06 +00:00
gdbadmin
deef60b7b1
*** empty log message ***
2003-03-15 00:00:01 +00:00
Alan Modra
9ff70bd912
daily update
2003-03-14 23:00:05 +00:00
Daniel Jacobowitz
1c7c333e1f
ppc-opc.c (powerpc_opcodes): Readd tlbre for PPC403.
2003-03-14 21:07:54 +00:00
Nathanael Nerode
3728fadeb8
* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
...
* Makefile.in: Regenerate.
2003-03-14 20:49:14 +00:00
Andrew Cagney
055bb976b5
2003-03-14 Andrew Cagney <cagney@redhat.com>
...
* frame.c (get_prev_frame): When a legacy frame, always call
legacy_get_prev_frame. Simplify unwind code using assumption that
the unwinder is new.
(legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
(legacy_frame_p): When no gdbarch_unwind_dummy_id, or
SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
2003-03-14 20:34:14 +00:00
Michael Chastain
ce5b542e3b
2003-03-14 Michael Chastain <mec@shout.net>
...
* Makefile.in: Regenerate with correct Makefile.def.
2003-03-14 18:59:59 +00:00
Andrew Cagney
ac2adee56d
2003-03-12 Andrew Cagney <cagney@redhat.com>
...
* frame.c (get_saved_register): Delete function.
* xstormy16-tdep.c: Update comment.
* regcache.h: Update comments.
* sparc-tdep.c (sparc_init_extra_frame_info): Instead of
get_saved_register and extract_address, use
frame_read_unsigned_register.
(sparc_frame_saved_pc): Ditto.
(sparc_get_saved_register): Instead of get_saved_register, use
frame_register.
(sparc_pop_frame): Ditto.
* frame.h (get_saved_register): Delete declaration.
* findvar.c: Update comments.
(value_of_register): Call frame_register instead of
get_saved_register.
(value_from_register): Ditto.
* config/sparc/tm-sparc.h: Update comment.
* breakpoint.c: Update comment.
Index: doc/ChangeLog
2003-03-12 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete
references to get_saved_register.
2003-03-14 17:07:01 +00:00
Andrew Cagney
129c1cd6c2
2003-03-14 Andrew Cagney <cagney@redhat.com>
...
* gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
GET_SAVED_REGISTER.
* gdbarch.h, gdbarch.c: Re-generate.
* frame.h: Update comments.
* xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
* x86-64-tdep.c (x86_64_init_abi): Update.
* sparc-tdep.c (sparc_gdbarch_init): Update.
* sh-tdep.c (sh_gdbarch_init): Update.
* mips-tdep.c (mips_gdbarch_init): Update.
* m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
* cris-tdep.c (cris_gdbarch_init): Update.
* ia64-tdep.c (ia64_gdbarch_init): Update.
* frame.c (frame_register): Update.
(get_saved_register): Update.
* config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
2003-03-14 16:05:36 +00:00
Nick Clifton
49ae03bff7
(ieee_write_expression): Handle the case where symbol is NULL.
2003-03-14 12:47:20 +00:00