Mark Mitchell
6366ff1ead
* elf32-arm.c (elf32_arm_final_link_relocate): Correct logic for
...
R_ARM_RELATIVE on Symbian OS.
2004-11-11 18:24:24 +00:00
gdbadmin
85c9d3b84b
*** empty log message ***
2004-11-11 00:00:01 +00:00
Randolph Chung
1d225535c7
2004-11-10 Randolph Chung <tausq@debian.org>
...
* frame.c (get_prev_frame): Use get_frame_type to retrieve the
frame's type.
2004-11-10 23:26:33 +00:00
Alan Modra
6df114aef5
daily update
2004-11-10 23:00:06 +00:00
Bob Wilson
1d19a7709a
* config/tc-xtensa.c (update_next_frag_state): Always add a NOP if
...
relaxing at the end of a loop. Don't mark frags as UNREACHABLE or
MAYBE_UNREACHABLE.
(relax_frag_immed): Update call to update_next_frag_state.
2004-11-10 22:20:27 +00:00
Randolph Chung
2315ffec02
2004-11-10 Randolph Chung <tausq@debian.org>
...
* blockframe.c (inside_entry_func): Move to .....
* frame.c (inside_entry_func): ... here, and make static.
(backtrace_past_entry): New flag.
(get_prev_frame): Stop backtrace at the entry function if enabled
by flag. Update comments.
(_initialize_frame): Add command to set backtrace_past_entry flag.
* defs.h (inside_entry_func): Remove prototype.
doc/
* gdb.texinfo: Document set/show backtrace past-entry commands.
Rearrange index entries for set/show backtrace past-main.
2004-11-10 21:17:58 +00:00
Mark Kettenis
917c78fc59
* dwarf2read.c: Fix formatting.
2004-11-10 20:40:33 +00:00
Andrew Cagney
994b921186
2004-11-10 Andrew Cagney <cagney@gnu.org>
...
* value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
(coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
macros with function declarations.
* value.c (coerce_ref, coerce_array, coerce_number)
(coerce_enum): New functions.
(value_as_long, value_as_address): Update.
* ada-lang.c (ada_coerce_ref, ada_value_binop)
(ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
* jv-lang.c (evaluate_subexp_java): Update.
* valarith.c (value_less, value_neg, value_complement)
(value_binop, value_add, value_subscript, value_x_binop)
(value_logical_not, value_sub): Update.
* valops.c (check_field, value_struct_elt, value_ind)
(value_find_oload_method_list, value_cast, value_assign): Update.
* eval.c (evaluate_subexp_standard): Update.
2004-11-10 18:52:25 +00:00
Mark Kettenis
06987e6431
* mips-tdep.c (mips32_relative_offset): Change return type to
...
LONGEST, change argument type to ULONGEST. Fix sign-extension.
2004-11-10 17:48:23 +00:00
Randolph Chung
4a302917ab
2004-11-10 Randolph Chung <tausq@debian.org>
...
* hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
(hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
(hppa_fetch_pointer_argument): Likewise.
(hppa_frame_cache): Use safe_frame_unwind_memory instead of
deprecated_read_memory_nobpt.
(_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
add_set_cmd sequence with add_setshow_boolean_cmd.
2004-11-10 16:26:55 +00:00
Ian Lance Taylor
2b25cacb21
PR binutils/536
...
* stabs.c (stab_demangle_template): Call stab_demangle_count
rather than stab_demangle_get_count to get the length of a pointer
target.
2004-11-10 16:10:17 +00:00
Andrew Cagney
69065f5d2f
2004-11-10 Jon Beniston <jon@beniston.com>
...
Committed by Andrew Cagney <cagney@gnu.org>.
* gdb.texinfo (Remote Serial Protocol): Further describe
binary transfer escaping mechanism .
2004-11-10 14:56:26 +00:00
Danny Smith
74aba8aa72
* defparse.y: Remove unnecessary commas from token list.
2004-11-10 06:54:08 +00:00
Alan Modra
6639a9d92b
* gas/i386/opcode.s: Pad section.
...
* gas/i386/intelok.s: Likewise.
* gas/i386/opcode.d: Update.
* gas/i386/intelok.d: Update.
2004-11-10 04:29:55 +00:00
Alan Modra
d693c47eec
* ld-d10v/reloc-003.d: Update for changed error message.
...
* ld-d10v/reloc-004.d: Likewise.
* ld-d10v/reloc-007.d: Likewise.
* ld-d10v/reloc-008.d: Likewise.
* ld-d10v/reloc-011.d: Likewise.
* ld-d10v/reloc-012.d: Likewise.
* ld-d10v/reloc-015.d: Likewise.
* ld-d10v/reloc-016.d: Likewise.
2004-11-10 03:38:17 +00:00
Alan Modra
c04f57872c
* obj.h (struct format_ops <app_file>): Add int param.
...
* read.h (s_app_file_string): Likewise.
* read.c (s_app_file_string): Likewise.
(s_app_file): Adjust s_app_file_string call.
* config/tc-mips.c (s_mips_file): Likewise.
* config/obj-coff.h (obj_app_file): Add app param.
* config/obj-ecoff.h (obj_app_file): Likewise.
* config/obj-multi.h (obj_app_file): Likewise.
* config/obj-elf.h (elf_file_symbol): Likewise.
* config/obj-elf.c (elf_file_symbol): Only emit one file symbol
if called for # preprocessor lines.
2004-11-10 03:28:45 +00:00
Andrew Cagney
390e974f52
GDB 6.3
2004-11-10 00:00:25 +00:00
gdbadmin
718875edf7
*** empty log message ***
2004-11-10 00:00:02 +00:00
Alan Modra
194c914474
daily update
2004-11-09 23:00:06 +00:00
Aaron W. LaFramboise
316f3bf851
Fix ChangeLog typo.
2004-11-09 21:27:51 +00:00
Andrew Cagney
92e023d64f
2004-11-09 Andrew Cagney <cagney@gnu.org>
...
* values.c: Rename to ...
* value.c: ..., new file.
* Makefile.in: Update.
2004-11-09 20:41:57 +00:00
Daniel Jacobowitz
d10891d454
* dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
...
size.
2004-11-09 19:51:44 +00:00
Mark Mitchell
e6dc21b695
* som.c (som_bfd_print_private_bfd_data): New function.
...
(som_object_setup): Save the auxiliary header. Don't assume that
zero is an invalid entry point for a shared library.
(som_object_p): Allocate the auxiliary header on the heap.
2004-11-09 17:40:22 +00:00
Mark Mitchell
b34af79cca
* elf32-arm.c (elf32_arm_begin_write_processing): Do not use a K&R
...
declaration.
(elf32_arm_symbian_modify_segment_map): Likewise.
2004-11-09 16:50:38 +00:00
Daniel Jacobowitz
08d1f311bf
From David Poole <daveml@mbuf.com>:
...
* elf32-arm.c (elf32_arm_readonly_dynrelocs): New function.
(elf32_arm_size_dynamic_sections): Call it.
2004-11-09 16:44:31 +00:00
Andrew Cagney
c44523e786
2004-11-09 Andrew Cagney <cagney@gnu.org>
...
* TODO: Delete.
2004-11-09 15:35:15 +00:00
Nick Clifton
300dac7e8c
oops - omitted from previous delta
2004-11-09 14:53:56 +00:00
Andrew Cagney
00a4c844d2
2004-11-09 Andrew Cagney <cagney@gnu.org>
...
* value.h (struct value): Delete field bfd_section.
(VALUE_BFD_SECTION): Delete macro.
(COERCE_REF): Update.
(value_at, value_at_lazy): Delete asection parameter.
* printcmd.c (print_formatted, x_command): Update.
(do_examine): Delete asection parameter.
(next_section): Delete variable.
* valops.c (value_cast, value_at, value_at_lazy)
(value_coerce_function, value_addr, value_ind, value_string)
(find_rt_vbase_offset, value_full_object): Update.
* hpacc-abi.c (hpacc_virtual_fn_field)
(hpacc_value_rtti_type): Update.
* gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
(gnuv3_baseclass_offset): Update.
* f-valprint.c (f_val_print): Update.
* c-valprint.c (c_val_print): Update.
* p-valprint.c (pascal_val_print): Update.
* jv-valprint.c (java_value_print): Update.
* jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
* ada-lang.c (ada_value_primitive_packed_val)
(ada_evaluate_subexp): Update.
* dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
* expprint.c (print_subexp_standard): Update.
* infcall.c (call_function_by_hand): Update.
* valarith.c (value_add): Update.
* eval.c (evaluate_subexp_standard): Update.
* values.c (allocate_value, value_copy, value_static_field): Update.
* findvar.c (read_var_value, locate_var_value): Update.
2004-11-09 14:43:27 +00:00
Andrew Cagney
5cb2fe259c
2004-11-09 Andrew Cagney <cagney@gnu.org>
...
* i386-linux-tdep.c: Include "dwarf2-frame.h".
* Makefile.in: Update all dependencies.
2004-11-09 14:28:42 +00:00
Alan Modra
0306b3bf8d
* Makefile.am (SOURCE_HFILES): Remove elf32-arm.h.
...
(ALL_MACHINES_CFILES): Fix typo.
* Makefile.in: Regenerate.
* po/SRC-POTFILES.in: Regenerate.
2004-11-09 13:29:16 +00:00
Andrew Cagney
cbafadeb88
2004-11-08 Andrew Cagney <cagney@gnu.org>
...
* sentinel-frame.c (sentinel_frame_prev_pc): New function.
(sentinel_frame_unwinder): Add the prev_pc method.
* frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
available. Do not handle the sentinel-frame case.
* frame-unwind.h (frame_prev_register_ftype): Define.
(struct frame_unwind): Add prev_pc;
2004-11-09 01:16:42 +00:00
H.J. Lu
a77a9021ea
2004-11-08 H.J. Lu <hongjiu.lu@intel.com>
...
PR 528
* symbols.c (resolve_symbol_value): Convert weak symbols only
for Windows PECOFF.
(symbol_equated_reloc_p): Don't equate weaks when relocating
only for Windows PECOFF.
2004-11-09 01:01:17 +00:00
Dave Anglin
3b78cdbb32
* configure.in: Check for ncurses/term.h.
...
* gdb_curses.h: Include term.h here, prefering ncurses/term.h.
* utils.c: Include gdb_curses.h instead of curses.h and term.h.
* tui/tui.c: Don't include term.h.
* configure, config.in: Rebuilt.
2004-11-09 00:59:03 +00:00
gdbadmin
8af859d742
*** empty log message ***
2004-11-09 00:00:33 +00:00
Alan Modra
e325f4b4df
daily update
2004-11-08 23:00:08 +00:00
Hans-Peter Nilsson
ba719b2610
* configure.in (noconfigdirs) [mmix-*-*]: Disable
...
target-libgfortran.
* configure: Regenerate.
2004-11-08 22:14:59 +00:00
Mark Mitchell
a16385dc25
* elf32-arm.c (elf32_arm_final_link_relocate): When generating an
...
R_ARM_RELATIVE relocation for Symbian OS, mention the section
symbol in the relocation.
2004-11-08 22:08:07 +00:00
Mark Kettenis
bcfca65278
* m68kbsd-nat.c: Include "inf-ptrace.h".
...
(_initialize_m68kbsd_nat): Fix pasto.
* Makefile.in (m68kbsd-nat.o): Update dependencies.
2004-11-08 20:42:53 +00:00
Randolph Chung
30e91e0bc8
2004-11-08 Randolph Chung <tausq@debian.org>
...
* gdb.texinfo (inferior_debugging info): Document "set debug infrun"
and "show debug infrun". Add index entries.
2004-11-08 17:25:49 +00:00
Randolph Chung
527159b776
2004-11-08 Randolph Chung <tausq@debian.org>
...
* infrun.c (debug_infrun): New variable.
(resume, proceed, wait_for_inferior): Annotate with debug messages.
(handle_inferior_event, keep_going): Likewise.
(_initialize_infrun): Register "set debug infrun" command.
2004-11-08 17:25:23 +00:00
Andreas Schwab
c874c7fcd5
* linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
...
PTRACE_EVENT_VFORKDONE.
(child_follow_fork): Adjust.
2004-11-08 16:05:12 +00:00
Andrew Cagney
5c26072a12
2004-11-08 Andrew Cagney <cagney@gnu.org>
...
* README: Refer to 6.3, not 6.2, update directory listing droppng
references to intl/ and mmalloc/.
* PROBLEMS: Refer to 6.3 not 6.2.
2004-11-08 15:55:49 +00:00
Andrew Cagney
3c8fa3070d
2004-11-08 Andrew Cagney <cagney@gnu.org>
...
* PROBLEMS: Delete no-longer applicable problems.
2004-11-08 15:34:04 +00:00
David Edelsohn
c37653e73f
* config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
...
like CC.
2004-11-08 15:28:01 +00:00
Tomer Levi
aea44f6290
2004-11-08 Tomer Levi <Tomer.Levi@nsc.com>
...
* config/tc-crx.c (print_insn): Check and set insn_addr.
* config/tc-crx.h (md_frag_check): Define.
2004-11-08 13:51:55 +00:00
Nick Clifton
7499d566bb
Add support fpr MAXQ processor
2004-11-08 13:17:43 +00:00
Nick Clifton
dc85a459cf
*sigh* undo previous delta which was done too early...
2004-11-08 12:59:37 +00:00
Nick Clifton
9b131d320b
oops - omitted from previous delta
2004-11-08 12:55:40 +00:00
Nick Clifton
0c429e0711
oops - omitted fom previous delta
2004-11-08 08:51:47 +00:00
Nick Clifton
977cdf5aa7
Fix support for PECOFF weak symbols
2004-11-08 08:12:53 +00:00