aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-04-04Add a check to see if the section for the symbol is chosen usingNick Clifton2-2/+10
process_section_p.
2005-04-04Initialise value to zero to avoid a compile time warning.Nick Clifton6-14/+21
2005-04-04daily updateAlan Modra1-1/+1
2005-04-04*** empty log message ***gdbadmin1-1/+1
2005-04-03Apply patch for binutils bug 806, approved by nickc@redhat.com.Fred Fish2-41/+203
2005-04-03 Fred Fish <fnf@specifixinc.com> * dwarf2.c (struct dwarf2_debug): Add dwarf_ranges_buffer and dwarf_ranges_size members. (struct comp_unit): Add base_address member. (struct funcinfo): Replace low/high members with an arange. (arange_add): Replace incoming "unit" parameter with "abfd" and "first_arange" pointers. Reorganize/rewrite function body. (decode_line_info): Change arange_add call to pass bfd and arange pointers. (lookup_address_in_line_info_table): Use arange list instead of individual low/high members. Walk function's arange list to find lowest PC in list, to test for overlapping functions. (read_debug_ranges): New function, reads the debug_ranges section. (lookup_address_in_function_table): Use arange list instead of individual low/high members. Rewrite to find smallest range that matches. (read_rangelist): Read a given rangelist from debug_ranges. (scan_unit_for_functions): Use arange list instead of individual low/high members. Handle a DW_AT_ranges attribute. (parse_comp_unit): Use arange list instead of individual low/high members. Save comp unit base address. Handle a DW_AT_ranges attribute.
2005-04-03merge from gccDJ Delorie4-23/+26
2005-04-03daily updateAlan Modra1-1/+1
2005-04-03*** empty log message ***gdbadmin1-1/+1
2005-04-02 * mips-linux-tdep.c (mips_linux_o32_sigframe_init): AdjustDaniel Jacobowitz2-11/+34
big-endian correction code to not offset 32-bit registers. Locate floating point registers correctly.
2005-04-02 (Targets): Document "set/show architecture". RemoveEli Zaretskii2-8/+130
redundant index entry for "target" command. (Backtrace): Add index entries. (Symbols, Fortran): Document the "set case-sensitive" command. (DJGPP Native): Document "set com1base", "set com1irq", etc. (Print Settings): Add index entry for "set demangle-style". (Target Commands): Document "set download-write-size". (Debugging Output): Document "set exec-done-display".
2005-04-02Fix typo.Andreas Schwab1-1/+1
2005-04-02* main.c: Update copyright year.Mark Kettenis2-8/+10
(captured_main): Avois using strcpy and strcat.
2005-04-02merge from gccDJ Delorie10-19/+36
2005-04-02 (Files): Fix the name and documentation ofEli Zaretskii2-90/+370
add-shared-symbol-files. Document its alias assf. Update the list of OSs where GDB supports shared libraries. Fix markup. (Continuing and Stepping): Add reference to @var{location} in the text. (Dump/Restore Files): Fix reference to @{filename}. (Help): Fix wording. (Attach): Ditto. (Set Watchpoints): Ditto. (Backtrace): Remove redundant index entries. Improve index entries. (Delete Breaks): Fix wording. (Memory): Document the compare-sections command. (Memory Region Attributes): Improve wording. (Disabling): Improve wording. (Fortran): New subsection. Document the "info common" command. (Help): Document aliases "info copying" and "info warranty". (Caching Remote Data): New section. Document the "set/show remotecache" and "info dcache" commands. (Show): Fix wording of the documentation of the "set extension-language" command. (Signals): Add index entry for "info handle". (Memory Region Attributes): Fix punctuation. (Symbols): Change the arg name to "location" and refer to it in the text. Fix wording of "info types" doc. (Threads): Fix usage of @enumerate @item's. (Listing Tracepoints): Add index entry for "info tp". (Set Watchpoints): Add xref to "info break" description. (Macros): Add an index entry for "macro exp1". Document the "macro list" command. (Maintenance Commands): Document "flushregs", "maint agent", "maint check-symtabs", "maint cplus", "maint demangle", "maint deprecate", "maint undeprecate", "maint dump-me", "maint packet", "maint print architecture", "maint print objfiles", "maint print statistics", "maint print type", "maint show-debug-regs", "maint space", "maint time", and "maint translate-address". (Connecting): Document the "monitor" command. (Annotations Overview): Describe the "set annotate" command.
2005-04-02 * cp-demangle.c: Update copyright.Ian Lance Taylor2-1/+5
2005-04-02(Set Watchpoints): Document can-use-hw-watchpoints.Eli Zaretskii2-7/+22
Rearrange index entries and improve wording about support for hardware watchpoints.
2005-04-022005-04-01 Michael Snyder <msnyder@redhat.com>Michael Snyder2-17/+26
* dummy-frame.c (dummy_frame_sniffer): Optimization: don't bother computing this_id if there are no dummy frames on the stack.
2005-04-02Patch from David Mosberger, to avoid nop.f on Itanium2.Jim Wilson2-8/+29
* config/tc-ia64.c (ia64_handle_align): Move le_nop and le_nop_stop arrays and initializers to file scope. (md_begin): When generating code for anything other than Itanium 1, use MMI instead of MFI NOP bundles as a filler.
2005-04-022005-04-01 Michael Snyder <msnyder@redhat.com>Michael Snyder2-13/+45
* mn10300-tdep.c (mn10300_frame_unwind_cache): Use find_partial_func instead of unwind_pc to identify frame. (mn10300_push_dummy_call): Handle struct args, struct_return.
2005-04-022005-04-01 Michael Snyder <msnyder@redhat.com>Michael Snyder3-2/+18
* mn10300-prologue.c (set_movm_offsets): Don't test variable before setting it. * mn10300-tdep.c (mn10300_skip_prologue): Use analyze_prologue instead of skip_prologue_using_sal.
2005-04-02*** empty log message ***gdbadmin1-1/+1
2005-04-02daily updateAlan Modra1-1/+1
2005-04-012005-04-01 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-0/+5
* elf.c (assign_section_numbers): Really use the kept section.
2005-04-01 * gdb.arch/altivec-abi.exp: Check for compiler and setPaul Gilliam3-2/+38
use altivec' flag accordingly. * gdb.arch/altivec-regs.exp: Likewise.
2005-04-01opcodes/Jan Beulich2-4/+26
2005-04-01 Jan Beulich <jbeulich@novell.com> * i386-dis.c (PNI_Fixup): Neither mwait nor monitor have any visible operands in Intel mode. The first operand of monitor is %rax in 64-bit mode.
2005-04-01include/opcode/Jan Beulich4-8/+25
2005-04-01 Jan Beulich <jbeulich@novell.com> * i386.h (i386_optab): Add rdtscp. opcodes/ 2005-04-01 Jan Beulich <jbeulich@novell.com> * i386-dis.c (INVLPG_Fixup): Decode rdtscp; change code to allow for easier future additions.
2005-04-01gas/Jan Beulich2-1/+7
2005-04-01 Jan Beulich <jbeulich@novell.com> * config/tc-i386.c (output_imm): Also set sign flag for 64-bit push immediates.
2005-04-012005-04-01 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-0/+25
* NEWS: Mention new readelf options, "-N/--full-section-name" and "-g/--section-groups". * doc/binutils.texi: Document new readelf options, "-N/--full-section-name" and "-g/--section-groups".
2005-04-01Support the .f_floating, .d_floating, .g_floating and .h_floating directivesNick Clifton8-5/+48
for the VAX target in order to be more compatible with the VAX MACRO assembler.
2005-04-01elf-rel.d: Call gas with -k. Thanks toMatt Thomas for figuring out.Nick Clifton3-1/+10
vax.exp: Run elf-rel.[sd] for NetBSD-ELF and Linux.
2005-04-01Add a check for <unistd.h> providing a prototype for getopt() which is ↵Nick Clifton4-0/+83
compatible with the one in include/getopt.h. If so then define HAVE_DECL_GETOPT.
2005-04-01gas/Jan Beulich6-0/+28
2005-04-01 Jan Beulich <jbeulich@novell.com> * config/tc-i386.c (s_bss): Call obj_elf_section_change_hook. gas/testsuite/ 2005-04-01 Jan Beulich <jbeulich@novell.com> * gas/i386/bss.[sd]: New. * gas/i386/i386.exp: Run new test.
2005-04-01gas/Jan Beulich6-1/+32
2005-04-01 Jan Beulich <jbeulich@novell.com> * config/tc-i386.c (md_apply_fix3): Also handle BFD_RELOC_X86_64_32S. (tc_gen_reloc): Handle BFD_RELOC_X86_64_32S in the default case. gas/testsuite/ 2005-04-01 Jan Beulich <jbeulich@novell.com> * gas/i386/x86-64-pcrel.[sd]: New. * gas/i386/i386.exp: Run new test.
2005-04-012005-03-31 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu4-9/+58
* elf-bfd.h (_bfd_elf_check_kept_section): New. * elf.c (assign_section_numbers): When sh_link points to a discarded section, call _bfd_elf_check_kept_section to see if the kept section can be used. Otherwise reject sh_link pointing to discarded section. * elflink.c (_bfd_elf_check_kept_section): New. (elf_link_input_bfd): Use it.
2005-04-01 * elf64-ppc.c (ppc64_elf_edit_toc): Account for dynamic relocsAlan Modra2-0/+106
that we no longer need.
2005-04-01 (ppc64_elf_check_relocs): Remove unnecessary SEC_ALLOC check.Alan Modra2-3/+3
2005-04-01 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Return -1 on errorsAlan Modra2-9/+16
rather than 0.
2005-04-012005-03-31 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+5
* elf.c (assign_section_numbers): Fix a typo.
2005-04-012005-03-31 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-11/+86
* readelf.c (do_full_section_name): New. (options): Add "--full-section-name"/'N'. (usage): Add -N/--full-section-name. (parse_args): Handle 'N'. (process_section_headers): Print out the full section name if do_full_section_name isn't 0.
2005-04-01daily updateAlan Modra1-1/+1
2005-04-01*** empty log message ***gdbadmin1-1/+1
2005-03-312005-03-31 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-10/+16
* elflink.c (elf_link_input_bfd): Remove the extra `\n' in error message. (_bfd_elf_section_already_linked): Likewise.
2005-03-31Add TLS load module support for FRV.Kevin Buettner4-0/+57
2005-03-31 * gdbarch.sh (fetch_tls_load_module_address): New architecture method.Kevin Buettner21-22/+189
* gdbarch.c, gdbarch.h: Regenerate. * dwarf2loc.c (dwarf_expr_tls_address): Fetch TLS load module address and pass this address, instead of the objfile address, to target_get_thread_local_address(). * linux-thread-db.c (thread_db_get_thread_local_address): Change second parameter from type ``struct objfile *'' to CORE_ADDR. Do not call svr4_fetch_objfile_link_map() to fetch the load module address. * target.h (struct target_ops): Change second parameter of ``to_get_thread_local_address'' from ``struct objfile *'' to ``CORE_ADDR''. * alpha-linux-tdep.c (solib-svr4.h): Include. (alpha_linux_init_abi): Register TLS load module fetcher. * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise. * hppa-linux-tdep.c (hppa_linux_init_abi): Likewise. * i386-linux-tdep.c (i386_linux_init_abi): Likewise. * ia64-linux-tdep.c (solib-svr4.h): Include. (ia64_linux_init_abi): Register TLS load module fetcher. * m32r-linux-tdep.c (m32r_linux_init_abi): Likewise. * m68klinux-tdep.c (m68k_linux_init_abi): Likewise. * mips-linux-tdep.c (mips_linux_init_abi): Likewise. * s390-tdep.c (s390_gdbarch_init): Likewise. * sparc-linux-tdep.c (sparc32_linux_init_abi): Likewise. * sparc64-linux-tdep.c (solib-svr4.h): Include. (sparc64_linux_init_abi): Register TLS load module fetcher. * Makefile.in (alpha-linux-tdep.o, ia64-linux-tdep.o) (sparc-linux-tdep.o): Update dependencies.
2005-03-31merge from gccDJ Delorie3-2/+7
2005-03-31 * configure.in: Check for basename.Jerome Guitton4-0/+86
* configure: Regenerate. * config.in: Ditto.
2005-03-31 * bfd/config.in: Regenerate.Jerome Guitton2-1/+6
2005-03-31 * bfd/config.in (HAVE_DECL_BASENAME): New configure macro.Jerome Guitton4-0/+85
* bfd/configure.in: Check for basename. * bfd/configure: Regenerate.
2005-03-31Add a check for <unistd.h> providing a prototype for getopt() which is ↵Nick Clifton6-45/+83
compatible with the one in include/getopt.h. If so then define HAVE_DECL_GETOPT.
2005-03-31daily updateAlan Modra1-1/+1