Joseph Myers
0f72fb1c9b
* configure.ac: Put old value of $LIBS after -lbfd -liberty $intl
in BFD ELF check.
* configure: Regenerate.
18 years ago
H.J. Lu
6cee0a6ffc
2008-07-18 H.J. Lu <hongjiu.lu@intel.com>
PR ld/6748
* elf32-arm.c (elf32_arm_link_hash_table_create): Initialize
new fields added for ARM long call support.
18 years ago
Nick Clifton
2b5c217d45
* pe-arm-wince.c (pe_print_compressed_pdata): Define new function to
print compressed pdata structure as described on MSDN. This only
applies to a limited set of architectures (ARM, SH4).
(slurp_symtab, my_symbol_for_address): Define static helper
functions for pe_print_compressed_pdata.
* coffcode.h (bfd_coff_backend_data): Add _bfd_coff_print_pdata field.
(bfd_coff_have_print_pdata, bfd_coff_print_pdata): Define.
* bfd/peXXigen.c (_bfd_XX_print_private_bfd_data_common): Add check on
bfd_coff_backend_data, call the function if non-null.
* pei-mcore.c: Add target dependent initialisation for
bfd_coff_backend_data.
* coff-sh.c: Likewise.
* coff64-rs6000.c: Likewise.
* coff-rs6000.c: Likewise.
* libcoff-in.h: Likewise.
* cf-i386lynx.c: Likewise.
* coff-alpha.c: Likewise.
* coff-apollo.c: Likewise.
* coff-arm.c: Likewise.
* coff-aux.c: Likewise.
* coff-h8300.c: Likewise.
* coff-h8500.c: Likewise.
* coff-i386.c: Likewise.
* coff-i860.c: Likewise.
* coff-i960.c: Likewise.
* coff-ia64.c: Likewise.
* coff-m68k.c: Likewise.
* coff-m88k.c: Likewise.
* coff-maxq.c: Likewise.
* coff-mips.c: Likewise.
* coff-or32.c: Likewise.
* coff-sparc.c: Likewise.
* coff-tic30.c: Likewise.
* coff-tic4x.c: Likewise.
* coff-tic54x.c: Likewise.
* coff-tic80.c: Likewise.
* coff-w65.c: Likewise.
* coff-we32k.c: Likewise.
* coff-x86_64.c: Likewise.
* coff-z80.c: Likewise.
* coff-z8k.c: Likewise.
* pe-mcore.c: Likewise.
* pe-mips.c: Likewise.
* pe-ppc.c: Likewise.
* peXXigen.c: Likewise.
* pei-ppc.c: Likewise.
* libcoff.h: Regenerate.
18 years ago
Ian Lance Taylor
a18f591e92
* symtab.cc (Symbol_table::add_from_object): Rewrite the case
where we see NAME/NULL and NAME/VERSION as separate symbols.
* testsuite/ver_test_main.cc (main): Call t4.
(t4, t4_2a): Define.
* testsuite/ver_test_2.cc (t4_2): Define.
* testsuite/ver_test_2.script: Put t4_2a in VER2.
* testsuite/ver_test_4.cc (t4_2a): Define.
* testsuite/ver_test_4.script: Put t4_2a in VER2.
* testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
18 years ago
Ian Lance Taylor
c6e3f6ed8e
* dynobj.cc (Versions::add_def): If we give an error about a
missing version, go ahead and create the version anyhow.
18 years ago
Alan Modra
957ab57169
daily update
18 years ago
gdbadmin
8b07fad044
*** empty log message ***
18 years ago
Paul Pluzhnikov
9bf07184c9
Fix for Linux/VDSO failure.
18 years ago
Paul Pluzhnikov
7c6467a4fb
Fix for failing gdb.base/auxv.exp on Linux
18 years ago
Paul Pluzhnikov
becf64774c
Fix for gdb.base/corefile.exp failure on Linux
18 years ago
Alan Modra
55028dd05b
daily update
18 years ago
gdbadmin
2e51ac64ef
*** empty log message ***
18 years ago
Bernd Schmidt
c96a857020
* elf32-bfin.c (bfin_check_relocs, bfin_relocate_section,
bfin_final_link_relocate, bfin_gc_mark_hook, bfin_gc_sweep_hook,
ELF_DYNAMIC_INTERPRETER, DEFAULT_STACK_SIZE,
struct _bfinfdpic_dynamic_got_info): Moved around to keep FD-PIC code
separate from non-FD-PIC.
18 years ago
Alan Modra
86be91b866
daily update
18 years ago
gdbadmin
7767d1c1f5
*** empty log message ***
18 years ago
Daniel Jacobowitz
eb2f4a08ce
Revert frame_unwind_caller_pc / frame_unwind_caller_id.
18 years ago
Andreas Schwab
680b56ce65
* valops.c (value_cast_pointers): Follow typedefs when checking
result of coercion.
18 years ago
Paul Pluzhnikov
0709f7d3ac
Fix for 'FAIL: gdb.cp/class2.exp: p acp->c2' on spu-elf
18 years ago
Daniel Jacobowitz
7f0df27888
* block.c (block_function): Renamed to ...
(block_linkage_function): ... this. All callers changed.
* block.h (block_function): Renamed to ...
(block_linkage_function): ... this.
18 years ago
Daniel Jacobowitz
54af988d1e
* frame.c (frame_unwind_id): Renamed to ...
(frame_unwind_caller_id): ... this. All callers updated.
(frame_pc_unwind): Renamed to ...
(frame_unwind_caller_pc): ... this. All callers updated.
* frame.h: Document frame_unwind_caller_WHAT functions.
(frame_unwind_id): Renamed to ...
(frame_unwind_caller_id): ... this.
(frame_pc_unwind): Renamed to ...
(frame_unwind_caller_pc): ... this.
* hppa-tdep.c (hppa_find_unwind_entry_in_block): Correct comment.
* stack.c (parse_frame_specification_1): Do not rely on
frame_unwind_id.
18 years ago
Daniel Jacobowitz
ba2c6aec01
* mn10300-tdep.c (set_reg_offsets): Use get_frame_register_unsigned.
18 years ago
Daniel Jacobowitz
d56907c103
* frame.c (frame_sp_unwind): Delete.
(get_frame_sp): Do not use it.
* frame.h (frame_sp_unwind): Delete prototype.
18 years ago
H.J. Lu
a71cc8e008
2008-07-15 H.J. Lu <hongjiu.lu@intel.com>
* objdump.c (load_debug_section): Initialize section_is_compressed
for gcc 3.4/ia64.
* readelf.c (load_debug_section): Likewise.
18 years ago
DJ Delorie
605d18d435
* elf-m10300.c (mn10300_elf_final_link_relocate): Correct overflow
checks for PCREL8, PCREL16, GOTPC16, GOTOFF16, PLT16, and GOT16
relocs.
(mn10300_elf_relax_section): Correct jump offset check when target
is in a different section.
18 years ago
Daniel Jacobowitz
f92aeb88df
* ia64-tdep.c (ia64_dummy_id): Use get_frame_pc.
18 years ago
H.J. Lu
c2f950c8a8
Add missing ChangeLog entries for
http://sourceware.org/ml/binutils-cvs/2008-05/msg00092.html
18 years ago
Daniel Jacobowitz
ad1193e7ad
* dwarf2-frame.c (dwarf2_frame_cache): Update comment.
* frame.c (frame_unwind_address_in_block): Delete.
(get_frame_address_in_block): Do not use it. Check the type
of the next frame first.
(frame_cleanup_after_sniffer): Update comment.
* frame.h (frame_unwind_address_in_block): Delete prototype.
* hppa-tdep.c (hppa_find_unwind_entry_in_block): Update comment.
18 years ago
Daniel Jacobowitz
ef02daa9e6
* frame.c (frame_func_unwind): Delete.
(get_frame_func): Do not use it.
* frame.h (frame_func_unwind): Delete prototype.
* hppa-tdep.c (hppa_frame_cache): Update comment.
* rs6000-tdep.c (rs6000_frame_cache): Update comment.
18 years ago
Stan Shebs
96e32df874
* remote-sim.c (init_gdbsim_ops): Remove
TARGET_REDEFINE_DEFAULT_OPS.
18 years ago
Daniel Jacobowitz
ab8650a327
* findvar.c (read_var_value): Remove unused variable.
18 years ago
Luis Machado
8c90c1370d
* infrun.c (handle_inferior_event): Tag threads as stopped
before inserting breakpoints.
18 years ago
Jie Zhang
b0a0b9787e
bfd/
* elf32-bfin.c (elf32_bfin_special_sections[]): New.
(elf_backend_special_sections): Define.
ld/
* emulparams/elf32bfinfd.sh (OTHER_SECTIONS): Define.
18 years ago
Hui Zhu
4098af0f82
* MAINTAINERS: Added myself to section Write After Approval.
18 years ago
gdbadmin
078649af63
*** empty log message ***
18 years ago
Alan Modra
f3908caa83
daily update
18 years ago
Paul Pluzhnikov
7093c834d7
Fix for PR gdb/2477
18 years ago
Pedro Alves
5651477109
* i386-dicos-tdep.c (i386_dicos_frame_align): Delete.
(i386_dicos_push_dummy_code): New.
(i386_dicos_init_abi): Don't register i386_dicos_frame_align.
Register i386_dicos_push_dummy_code.
18 years ago
Markus Deuling
74ed0bb414
* mips-tdep.c (fp_register_arg_p): Add gdbarch as paramter.
18 years ago
Jie Zhang
a929810277
* gas/bfin/{bit2.s, cache2.s, control_code2.s, event2.s,
logical2.s, move2.s, parallel.s, parallel2.s, parallel3.s,
parallel4.s, shift2.s, stack2.s, video2.s}: Remove DOS line
endings.
18 years ago
H.J. Lu
6fa087861d
Mention "PR ld/6741" in ChangeLog.
18 years ago
H.J. Lu
08b78292ee
Mention "PR binutils/6743" in ChangeLog.
18 years ago
Craig Silverstein
aaf30c25fb
2008-07-13 Craig Silverstein <csilvers@google.com>
* dwarf2.c (struct dwarf2_debug): New variable info_ptr_memory.
(find_line): Use info_ptr_memory instead of sec_info_ptr.
(_bfd_dwarf2_cleanup_debug_info): Likewise.
18 years ago
gdbadmin
ac3d490a1a
*** empty log message ***
18 years ago
Alan Modra
7f52f6a6ca
daily update
18 years ago
Pedro Alves
0c50153633
* thread.c (restore_selected_frame): On fail to restore, select
the innermost frame, and don't crash when warning the user.
18 years ago
Joel Brobecker
db009c8a0a
* symtab.c (expand_line_sal): Fix a memory leak.
18 years ago
Jan Kratochvil
b432ffe3e2
* gdb.base/randomize.exp: Catch non-Linux targets as untested.
18 years ago
Pedro Alves
0ffe501282
* utils.c (struct continuation): Define as inheriting struct
cleanup.
(add_continuation, do_all_continuations)
(discard_all_continuations, add_intermediate_continuation)
(do_all_intermediate_continuations)
(discard_all_intermediate_continuations): Adjust.
18 years ago
Vladimir Prus
dbba82516a
Skip varobj in running threads.
* mi/mi-cmd-var.c (mi_cmd_var_update): If varobj's
thread is not stopped, skip the varobj.
* Makefile.in: Update dependencies.
18 years ago
Vladimir Prus
e3d6cd5f43
Enable all MI commands while inferiour is running
* mi/mi-main.c (mi_cmd_execute): Don't check if
inferiour is executing.
18 years ago