external/binutils.git
12 years agobinutils/
Cary Coutant [Tue, 8 May 2012 17:49:36 +0000 (17:49 +0000)]
binutils/

* doc/binutils.texi (objcopy): Add --strip-dwo, --extract-dwo options.
(strip): Add --strip-dwo option.
* objcopy.c (enum strip_action): Add STRIP_DWO, STRIP_NONDWO.
(enum command_line_switch): Add OPTION_EXTRACT_DWO, OPTION_STRIP_DWO.
(strip_options): Add --strip-dwo option.
(copy_options): Add --extract-dwo, --strip-dwo options.
(copy_usage): Likewise.
(strip_usage): Add --strip-dwo option.
(is_dwo_section): New function.
(is_strip_section_1): Check for DWO sections.
(copy_object): Check for --strip-dwo, --extract-dwo options.
(copy_relocations_in_section): Discard relocations for DWO sections.
Discard entire relocation section when no relocations.
(strip_main): Add --strip-dwo option.
(copy_main): Add --strip-dwo, --extract-dwo options.

12 years ago2012-05-08 Ben Cheng <bccheng@google.com>
Doug Kwan [Tue, 8 May 2012 17:18:21 +0000 (17:18 +0000)]
2012-05-08  Ben Cheng  <bccheng@google.com>

* bfd/elf.c: Preserve the original p_align and p_flags if they are
valid.

12 years ago2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
Joel Sherrill [Tue, 8 May 2012 14:07:09 +0000 (14:07 +0000)]
2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>

    * microblaze-rom.c (_initialize_picobug_rom): Add prototype.

12 years ago * lib/gas-defs.exp (run_dump_test): Don't set LC_ALL here.
Alan Modra [Tue, 8 May 2012 12:15:06 +0000 (12:15 +0000)]
* lib/gas-defs.exp (run_dump_test): Don't set LC_ALL here.

12 years ago * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
Alan Modra [Tue, 8 May 2012 12:14:15 +0000 (12:14 +0000)]
* Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
LC and LANG environment vars.
* Makefile.in: Regenerate.

12 years ago * gdb.mi/mi-var-display.exp: Check for the existence of $fp
Maciej W. Rozycki [Tue, 8 May 2012 07:22:19 +0000 (07:22 +0000)]
* gdb.mi/mi-var-display.exp: Check for the existence of $fp
before using it.

12 years ago2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
Sergio Durigan Junior [Tue, 8 May 2012 01:35:35 +0000 (01:35 +0000)]
2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>

* probe.c (parse_probes): Move conditional to check for
debuginfo files from here...
* stap-probe.c (stap_get_probes): ... to here.

12 years agodaily update
Alan Modra [Tue, 8 May 2012 00:00:05 +0000 (00:00 +0000)]
daily update

12 years ago*** empty log message ***
gdbadmin [Tue, 8 May 2012 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

12 years ago H.J. Lu <hongjiu.lu@intel.com>
Mark Kettenis [Mon, 7 May 2012 21:02:43 +0000 (21:02 +0000)]
H.J. Lu  <hongjiu.lu@intel.com>

* amd64-tdep.c (amd64_analyze_prologue): Additionally check for
`movl %esp, %ebp' for the X32 ABI.

12 years ago * dwarf2read.c (dwarf_tag_name): Return const char *. Use
Tom Tromey [Mon, 7 May 2012 15:18:38 +0000 (15:18 +0000)]
* dwarf2read.c (dwarf_tag_name): Return const char *.  Use
get_DW_TAG_name.
(dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
(dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
(dwarf_stack_op_name): Remove.
(dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
(decode_locdesc): Use get_DW_OP_name.
* dwarf2loc.c (unimplemented): Use get_DW_OP_name.
(dwarf2_compile_expr_to_ax): Likewise.
(disassemble_dwarf_expression): Likewise.
* dwarf2expr.h: (dwarf_stack_op_name): Remove.

12 years ago * dwarf.c (get_TAG_name): Use get_DW_TAG_name.
Tom Tromey [Mon, 7 May 2012 15:04:59 +0000 (15:04 +0000)]
* dwarf.c (get_TAG_name): Use get_DW_TAG_name.
(get_FORM_name): Use get_DW_FORM_name.
(get_AT_name): Use get_DW_AT_name.

12 years ago2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
Chung-Lin Tang [Mon, 7 May 2012 13:17:29 +0000 (13:17 +0000)]
2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>

* sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
(sh_linux_sigtramp_cache): New function.
(sh_linux_sigreturn_init): New function.
(sh_linux_rt_sigreturn_init): New function.
(SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
patterns.
(SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
syscall codes.
(sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
(sh_linux_rt_sigreturn_tramp_frame): Likewise.
(sh_linux_init_abi): Add init calls to register new tramp_frame
definitions under 32-bit SH, update comments.

12 years agoAdd PR number to ChangeLog entry.
Pedro Alves [Mon, 7 May 2012 10:59:25 +0000 (10:59 +0000)]
Add PR number to ChangeLog entry.

2012-05-07  Pedro Alves  <palves@redhat.com>

PR gdb/10952

* amd64-linux-tdep.c: Include glibc-tdep.h.
(amd64_linux_init_abi): Install glibc_skip_solib_resolver as
gdbarch_skip_solib_resolver callback.

12 years ago2012-05-07 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Mon, 7 May 2012 10:52:00 +0000 (10:52 +0000)]
2012-05-07  Tristan Gingold  <gingold@adacore.com>

* pe-dll.c (udef_table): Make it static.

12 years ago2012-05-07 Pedro Alves <palves@redhat.com>
Pedro Alves [Mon, 7 May 2012 10:47:22 +0000 (10:47 +0000)]
2012-05-07  Pedro Alves  <palves@redhat.com>

* amd64-linux-tdep.c: Include glibc-tdep.h.
(amd64_linux_init_abi): Install glibc_skip_solib_resolver as
gdbarch_skip_solib_resolver callback.

12 years ago * elf64-ia64-vms.c (elf64_ia64_relocate_section): Update
Alan Modra [Mon, 7 May 2012 09:25:27 +0000 (09:25 +0000)]
* elf64-ia64-vms.c (elf64_ia64_relocate_section): Update
RELOC_AGAINST_DISCARDED_SECTION invocation.

12 years ago * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
Alan Modra [Mon, 7 May 2012 09:21:48 +0000 (09:21 +0000)]
* Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
* Makefile.in: Regenerate.

12 years ago * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Declare and use
Hans-Peter Nilsson [Mon, 7 May 2012 05:44:35 +0000 (05:44 +0000)]
* elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Declare and use
local variable i_ instead of assuming and using a variable i.

12 years ago * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound
Maciej W. Rozycki [Mon, 7 May 2012 03:27:52 +0000 (03:27 +0000)]
* elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound
relocations.
* elfxx-mips.c (mips_reloc_against_discarded_section): New
function.
(_bfd_mips_elf_relocate_section): Call it, in place of
RELOC_AGAINST_DISCARDED_SECTION.
* elf-m10200.c (mn10200_elf_relocate_section): Update arguments
to RELOC_AGAINST_DISCARDED_SECTION.
* elf-m10300.c (mn10300_elf_relocate_section): Likewise.
* elf32-arm.c (elf32_arm_relocate_section): Likewise.
* elf32-avr.c (elf32_avr_relocate_section): Likewise.
* elf32-bfin.c (bfin_relocate_section): Likewise.
(bfinfdpic_relocate_section): Likewise.
* elf32-cr16.c (elf32_cr16_relocate_section): Likewise.
* elf32-cr16c.c (elf32_cr16c_relocate_section): Likewise.
* elf32-cris.c (cris_elf_relocate_section): Likewise.
* elf32-crx.c (elf32_crx_relocate_section): Likewise.
* elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
* elf32-epiphany.c (epiphany_elf_relocate_section): Likewise.
* elf32-fr30.c (fr30_elf_relocate_section): Likewise.
* elf32-frv.c (elf32_frv_relocate_section): Likewise.
* elf32-h8300.c (elf32_h8_relocate_section): Likewise.
* elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
* elf32-i370.c (i370_elf_relocate_section): Likewise.
* elf32-i386.c (elf_i386_relocate_section): Likewise.
* elf32-i860.c (elf32_i860_relocate_section): Likewise.
* elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
* elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
* elf32-lm32.c (lm32_elf_relocate_section): Likewise.
* elf32-m32c.c (m32c_elf_relocate_section): Likewise.
* elf32-m32r.c (m32r_elf_relocate_section): Likewise.
* elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Likewise.
* elf32-m68k.c (elf_m68k_relocate_section): Likewise.
* elf32-mcore.c (mcore_elf_relocate_section): Likewise.
* elf32-mep.c (mep_elf_relocate_section): Likewise.
* elf32-moxie.c (moxie_elf_relocate_section): Likewise.
* elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
* elf32-mt.c (mt_elf_relocate_section): Likewise.
* elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
* elf32-ppc.c (ppc_elf_relocate_section): Likewise.
* elf32-rl78.c (rl78_elf_relocate_section): Likewise.
* elf32-rx.c (rx_elf_relocate_section): Likewise.
* elf32-s390.c (elf_s390_relocate_section): Likewise.
* elf32-score.c (s3_bfd_score_elf_relocate_section): Likewise.
* elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise.
* elf32-sh.c (sh_elf_relocate_section): Likewise.
* elf32-spu.c (spu_elf_relocate_section): Likewise.
* elf32-tic6x.c (elf32_tic6x_relocate_section): Likewise.
* elf32-tilepro.c (tilepro_elf_relocate_section): Likewise.
* elf32-v850.c (v850_elf_relocate_section): Likewise.
* elf32-vax.c (elf_vax_relocate_section): Likewise.
* elf32-xc16x.c (elf32_xc16x_relocate_section): Likewise.
* elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
* elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
* elf64-alpha.c (elf64_alpha_relocate_section_r): Likewise.
(elf64_alpha_relocate_section): Likewise.
* elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
* elf64-mmix.c (mmix_elf_relocate_section): Likewise.
* elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
* elf64-s390.c (elf_s390_relocate_section): Likewise.
* elf64-sh64.c (sh_elf64_relocate_section): Likewise.
* elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
* elfnn-ia64.c (elfNN_ia64_relocate_section): Likewise.
* elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Likewise.
* elfxx-tilegx.c (tilegx_elf_relocate_section): Likewise.

12 years agodaily update
Alan Modra [Mon, 7 May 2012 00:00:04 +0000 (00:00 +0000)]
daily update

12 years ago*** empty log message ***
gdbadmin [Mon, 7 May 2012 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

12 years agogdb/
Jan Kratochvil [Sun, 6 May 2012 15:31:04 +0000 (15:31 +0000)]
gdb/
* auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
(show_auto_load_safe_path): Check any-directory by comparison with "/".
(add_auto_load_safe_path): Change the error message.
(_initialize_auto_load): Change the "safe-path" help text.
* configure: Regenerate
* configure.ac (--without-auto-load-safe-path): Set
WITH_AUTO_LOAD_SAFE_PATH to /.

gdb/doc/
* gdb.texinfo (Auto-loading safe path): Make 'directories'
for 'set auto-load safe-path' optional.  Mention if it is omitted.
Change disabling security protection condition to "/", twice.

12 years ago2012-05-06 Arnold Metselaar <arnold_m@operamail.com>
Arnold Metselaar [Sun, 6 May 2012 10:56:25 +0000 (10:56 +0000)]
2012-05-06  Arnold Metselaar  <arnold_m@operamail.com>

* gas/z80/jr-forwf.s: New file, adapted from z8k version.
* gas/z80/jr-backf.s: Likewise.
* gas/z80/djnz-backf.s: Likewise.
* gas/z80/ill_op: New file, with illegal operand.
* gas/z80/z80.exp: Run new tests.

12 years ago2012-05-06 Arnold Metselaar <arnold_m@operamail.com>
Arnold Metselaar [Sun, 6 May 2012 09:49:21 +0000 (09:49 +0000)]
2012-05-06  Arnold Metselaar <arnold_m@operamail.com>

* config/tc-z80.h(md_register_arithmetic): Define as 0.
* config/tc-z80.c(md_begin): Store register names in symbol table, prevents usage as ordinary symbol.
* config/tc-z80.c(contains_register): New function.
* config/tc-z80.c(parse_exp2): Removed.
* config/tc-z80.c(parse_exp_not_indexed): New function.
* config/tc-z80.c(parse_exp): Add code to recogize indexed addressing after parsing.
* config/tc-z80.c(emit_byte, emit_word): Use contains_register.
* config/tc-z80.c(emit_jp): Use parse_exp_not_indexed, simplify condition for jump to register.
* config/tc-z80.c(emit_call, emit_jr, emit_ex, emit_rst): Use parse_exp_not_indexed.

12 years ago*** empty log message ***
gdbadmin [Sun, 6 May 2012 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

12 years agodaily update
Alan Modra [Sun, 6 May 2012 00:00:04 +0000 (00:00 +0000)]
daily update

12 years agoAdd a testcase for PR ld/14052
H.J. Lu [Sat, 5 May 2012 14:15:21 +0000 (14:15 +0000)]
Add a testcase for PR ld/14052

PR ld/14052
* ld-elf/pr14052.d: New file.
* ld-elf/pr14052.t: Likewise.

12 years ago2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
Sergio Durigan Junior [Sat, 5 May 2012 05:36:23 +0000 (05:36 +0000)]
2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>

* stap-probe.h: Do not include unecessary `probe.h'.

12 years ago PR ld/14052
Alan Modra [Sat, 5 May 2012 04:51:16 +0000 (04:51 +0000)]
PR ld/14052
PR ld/13621
bfd/
* linker.c (_bfd_nearby_section): Revert 2012-02-13 change.
ld/testsuite/
* ld-elf/warn2.d: Revert 2012-02-13 change.
* ld-elf/zerosize1.d, ld-elf/zerosize1.s: Delete.

12 years agoRegenerate.
Alan Modra [Sat, 5 May 2012 04:37:32 +0000 (04:37 +0000)]
Regenerate.

12 years agoReplace all uses of bfd_abs_section, bfd_com_section, bfd_und_section
Alan Modra [Sat, 5 May 2012 03:05:32 +0000 (03:05 +0000)]
Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_section
and bfd_ind_section with their _ptr variants, or use corresponding
bfd_is_* macros.

12 years agodaily update
Alan Modra [Sat, 5 May 2012 00:00:04 +0000 (00:00 +0000)]
daily update

12 years ago*** empty log message ***
gdbadmin [Sat, 5 May 2012 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

12 years agoSupport x86_64-*-linux-gnux32
H.J. Lu [Fri, 4 May 2012 20:01:03 +0000 (20:01 +0000)]
Support x86_64-*-linux-gnux32

gas/

* configure.tgt: Support x86_64-*-linux-gnux32.

ld/

* configure.tgt: Support x86_64-*-linux-gnux32.

ld/testsuite/

* ld-elf/eh1.d: Skip x86_64-*-linux-gnux32.
* ld-elf/eh2.d: Likewise.
* ld-elf/eh3.d: Likewise.
* ld-elf/eh4.d: Likewise.

* ld-elfvsb/elfvsb.exp: Xfail x86_64-*-linux-gnux32.
* ld-shared/shared.exp: Likewise.

* ld-ifunc/ifunc-3a-x86.d: Support x86_64-*-linux-gnux32.

12 years agoAdd `instruction' to unsupported error message
H.J. Lu [Fri, 4 May 2012 19:18:02 +0000 (19:18 +0000)]
Add `instruction' to unsupported error message

* config/tc-i386.c (match_template): Add `instruction' to
unsupported error message.

12 years agoReformat output_insn
H.J. Lu [Fri, 4 May 2012 19:11:04 +0000 (19:11 +0000)]
Reformat output_insn

* config/tc-i386.c (output_insn): Reformat.

12 years agoFix typo in last gdb/ChangeLog entry.
Joel Brobecker [Fri, 4 May 2012 18:43:12 +0000 (18:43 +0000)]
Fix typo in last gdb/ChangeLog entry.

12 years agoMAINTAINERS: Add Chris Faylor in `Past Maintainers' section.
Joel Brobecker [Fri, 4 May 2012 18:41:34 +0000 (18:41 +0000)]
MAINTAINERS: Add Chris Faylor in `Past Maintainers' section.

gdb/ChangeLog:

* MAINTAINER (Past Maintainers): Add Chris Faylor.

12 years agoSegment register reading on Windows targets.
Joel Brobecker [Fri, 4 May 2012 18:36:30 +0000 (18:36 +0000)]
Segment register reading on Windows targets.

This patch makes sure that the value of segment registers are
read properly as 16bit values on Windows.

gdb/ChangeLog:

        * windows-nat.h (segment_register_p_ftype): New typedef.
        (windows_set_segment_register_p): Add declaration.
        * windows-nat.c (segment_register_p): New static global.
        (windows_set_segment_register_p): New function.
        (do_windows_fetch_inferior_registers): Add special handling
        for segment registers.
        * amd64-windows-nat.c: #include "amd64-tdep.h".
        (amd64_windows_segment_register_p): New function.
        (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
        * i386-windows-nat.c: #include "i386-tdep.h".
        (i386_windows_segment_register_p): New function.
        (_initialize_i386_windows_nat): Call windows_set_segment_register_p.

12 years agoRemove the extra VEX check
H.J. Lu [Fri, 4 May 2012 18:06:38 +0000 (18:06 +0000)]
Remove the extra VEX check

* config/tc-i386.c (output_insn): Remove the extra VEX check.

12 years agoImprove unsupported error message
H.J. Lu [Fri, 4 May 2012 17:55:38 +0000 (17:55 +0000)]
Improve unsupported error message

* config/tc-i386.c (match_template): Improve unsupported error
message.

12 years ago2012-05-04 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Fri, 4 May 2012 07:58:00 +0000 (07:58 +0000)]
2012-05-04  Tristan Gingold  <gingold@adacore.com>

* printcmd.c (set_command): Emit a warning if the expression is not
an assignment.

testsuite/
2012-05-04  Tristan Gingold  <gingold@adacore.com>

* gdb.base/set-noassign.exp: New test.

12 years ago*** empty log message ***
gdbadmin [Fri, 4 May 2012 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

12 years agodaily update
Alan Modra [Fri, 4 May 2012 00:00:05 +0000 (00:00 +0000)]
daily update

12 years agonot-procfs.c: Make procfs_find_new_threads and procfs_pid_to_str static.
Joel Brobecker [Thu, 3 May 2012 22:07:58 +0000 (22:07 +0000)]
not-procfs.c: Make procfs_find_new_threads and procfs_pid_to_str static.

gdb/ChangeLog:

        * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
        Make static.

12 years ago2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
Sergio Durigan Junior [Thu, 3 May 2012 20:04:06 +0000 (20:04 +0000)]
2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>

* stap-probe.c (stap_is_operator): Change declaration.
(stap_get_opcode): Change return value.
(stap_parse_argument_1): Update calls to `stap_get_opcode' and
`stap_parse_argument_1'.

12 years ago2012-05-03 Pedro Alves <pedro@codesourcery.com>
Pedro Alves [Thu, 3 May 2012 14:59:41 +0000 (14:59 +0000)]
2012-05-03  Pedro Alves  <pedro@codesourcery.com>

* infrun.c (displaced_step_fixup): Add "displaced:" prefix to
debug log.

12 years agoAdd support for Motorola XGATE embedded CPU
Nick Clifton [Thu, 3 May 2012 13:12:08 +0000 (13:12 +0000)]
Add support for Motorola XGATE embedded CPU

12 years agoAdd support for Motorola XGATE embedded CPU
Nick Clifton [Thu, 3 May 2012 13:04:57 +0000 (13:04 +0000)]
Add support for Motorola XGATE embedded CPU

12 years ago2012-05-03 Tristan Gingold <gingold@adacore.com>
Tristan Gingold [Thu, 3 May 2012 12:49:22 +0000 (12:49 +0000)]
2012-05-03  Tristan Gingold  <gingold@adacore.com>

        * dwarf2.c (decode_line_info): Ignore
        DW_LNE_HP_source_file_correlation.

12 years ago2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
Siva Chandra Reddy [Thu, 3 May 2012 07:07:26 +0000 (07:07 +0000)]
2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>

Add two new methods global_block and static_block to gdb.Symtab
objects.
* NEWS (Python scripting): Add entry about the new methods.
* python/py-symtab.c (stpy_global_block): New function which
implements the gdb.Symtab.global_block() method.
(stpy_static_block): New function which implements the
gdb.Symtab.static_block() method.
(symtab_object_methods): Add entries for the two new methods.

* testsuite/gdb.python/py-symbol.exp: Add tests to test the new
methods gdb.Symtab.global_block() and gdb.Symtab.static_block().
* tessuite/gdb.python/py-symbol.c: Add new struct to help test
gdb.Symtab.static_block().

* doc/gdb.texinfo (Symbol Tables In Python): Add documentation
about the new methods global_block and static_block on
gdb.Symtab objects.

12 years ago * gdb.dwarf2/pr13961.S: Add file and source location, but leave
Doug Evans [Thu, 3 May 2012 06:49:05 +0000 (06:49 +0000)]
* gdb.dwarf2/pr13961.S: Add file and source location, but leave
commented out.

12 years ago* dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no files.
Doug Evans [Thu, 3 May 2012 05:27:36 +0000 (05:27 +0000)]
* dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no files.

12 years agogdb/testsuite:
Yao Qi [Thu, 3 May 2012 02:05:15 +0000 (02:05 +0000)]
gdb/testsuite:

* gdb.base/catch-syscall.exp: Skip it before compilation if target
doesn't support.
* gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
* gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.

12 years agogdb/testsuite:
Yao Qi [Thu, 3 May 2012 01:52:31 +0000 (01:52 +0000)]
gdb/testsuite:

* gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.

12 years agogdb:
Yao Qi [Thu, 3 May 2012 01:42:49 +0000 (01:42 +0000)]
gdb:
* i386-tdep.c (i386_fetch_pointer_argument): Remove extra
space.
(i386_process_record): Ditto.

12 years agoMake infcall.c:unwind_on_signal_p static.
Joel Brobecker [Thu, 3 May 2012 00:10:07 +0000 (00:10 +0000)]
Make infcall.c:unwind_on_signal_p static.

gdb/ChangeLog:

* infcall.c (unwind_on_signal_p): Make static.

12 years ago*** empty log message ***
gdbadmin [Thu, 3 May 2012 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

12 years agodaily update
Alan Modra [Thu, 3 May 2012 00:00:04 +0000 (00:00 +0000)]
daily update

12 years agoFix -Wmissing-prototypes errors in sol-thread.c
Joel Brobecker [Wed, 2 May 2012 23:18:36 +0000 (23:18 +0000)]
Fix -Wmissing-prototypes errors in sol-thread.c

gdb/ChangeLog:

        * sol-thread.c (solaris_pid_to_str): Make static.
        (_initialize_sol_thread): Add prototype.

12 years agoDelete unused procfs_pid_to_str extern in sol-thread.c
Joel Brobecker [Wed, 2 May 2012 23:06:58 +0000 (23:06 +0000)]
Delete unused procfs_pid_to_str extern in sol-thread.c

gdb/ChangeLog:

        * sol-thread.c (procfs_pid_to_str): Delete extern declaration.

12 years ago* MAINTAINERS: Remove myself.
Christopher Faylor [Wed, 2 May 2012 22:12:05 +0000 (22:12 +0000)]
* MAINTAINERS: Remove myself.

12 years ago * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
Roland McGrath [Wed, 2 May 2012 21:37:24 +0000 (21:37 +0000)]
* configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
* configure: Regenerate.

gold/
* nacl.cc: New file.
* nacl.h: New file.
* Makefile.am (CCFILES, HFILES): Add them.
* Makefile.in: Regenerate.
* i386.cc (Output_data_plt_i386_nacl): New class.
(Output_data_plt_i386_nacl_exec): New class.
(Output_data_plt_i386_nacl_dyn): New class.
(Target_i386_nacl): New class.
(Target_selector_i386_nacl): New class.
(target_selector_i386): Use it instead of Target_selector_i386.
* x86_64.cc (Output_data_plt_x86_64_nacl): New class.
(Target_x86_64_nacl): New class.
(Target_selector_x86_64_nacl): New class.
(target_selector_x86_64, target_selector_x32): Use it instead of
Target_selector_x86_64.
* arm.cc (Output_data_plt_arm_nacl): New class.
(Target_arm_nacl): New class.
(Target_selector_arm_nacl): New class.
(target_selector_arm, target_selector_armbe): Use it instead of
Target_selector_arm.

* target-select.cc (select_target): Take new Input_file* and off_t
arguments, pass them on to recognize method of selector.
* object.cc (make_elf_sized_object): Update caller.
* parameters.cc (parameters_force_valid_target): Likewise.
* incremental.cc (make_sized_incremental_binary): Likewise.
* target-select.h: Update decl.
(Target_selector::recognize): Take new Input_file* argument,
pass it on to do_recognize.
(Target_selector::do_recognize): Take new Input_file* argument.
* freebsd.h (Target_selector_freebsd::do_recognize): Likewise.
* powerpc.cc (Target_selector_powerpc::do_recognize): Likewise.
* sparc.cc (Target_selector_sparc::do_recognize): Likewise.
* testsuite/testfile.cc (Target_selector::do_recognize): Likewise.

* target.h (Target::Target_info): New members isolate_execinstr
and rosegment_gap.
(Target::isolate_execinstr, Target::rosegment_gap): New methods.
* arm.cc (Target_arm::arm_info): Update initializer.
* i386.cc (Target_i386::i386_info): Likewise.
* powerpc.cc (Target_powerpc::powerpc_info): Likewise.
* sparc.cc (Target_sparc::sparc_info): Likewise.
* x86_64.cc (Target_x86_64::x86_64_info): Likewise.
* testsuite/testfile.cc (Target_test::test_target_info): Likewise.
* layout.cc (Layout::attach_allocated_section_to_segment):
Take new const Target* argument.  If target->isolate_execinstr(), act
like --rosegment.
(Layout::find_first_load_seg): Take new const Target* argument;
if target->isolate_execinstr(), reject PF_X segments.
(Layout::relaxation_loop_body): Update caller.
(Layout::set_segment_offsets): If target->isolate_execinstr(),
reset file offset to zero when we hit LOAD_SEG, and then do a second
loop over the segments before LOAD_SEG to reassign offsets after
addresses have been determined.  Handle target->rosegment_gap().
(Layout::attach_section_to_segment): Take new const Target* argument;
pass it to attach_allocated_section_to_segment.
(Layout::make_output_section): Update caller.
(Layout::attach_sections_to_segments): Take new const Target* argument;
pass it to attach_section_to_segment.
* gold.cc (queue_middle_tasks): Update caller.
* layout.h (Layout): Update method decls with new arguments.

* arm.cc (Target_arm::Target_arm): Take optional argument for the
Target_info pointer to use.
(Target_arm::do_make_data_plt): New virtual method.
(Target_arm::make_data_plt): New method that calls it.
(Target_arm::make_plt_entry): Use it.
(Output_data_plt_arm::Output_data_plt_arm): Take additional argument
for the section alignment.
(Output_data_plt_arm::do_first_plt_entry_offset): New abstract virtual
method.
(Output_data_plt_arm::first_plt_entry_offset): Call it.
(Output_data_plt_arm::do_get_plt_entry_size): New abstract virtual
method.
(Output_data_plt_arm::get_plt_entry_size): Call it.
(Output_data_plt_arm::do_fill_plt_entry): New abstract virtual method.
(Output_data_plt_arm::fill_plt_entry): New method that calls it.
(Output_data_plt_arm::do_fill_first_plt_entry): New abstract virtual
method.
(Output_data_plt_arm::fill_first_plt_entry): New method that calls it.
(Output_data_plt_arm::set_final_data_size): Use get_plt_entry_size
method instead of sizeof(plt_entry).
(Output_data_plt_arm::add_entry): Likewise.
Use first_plt_entry_offset method instead of sizeof(first_plt_entry).
(Target_arm::first_plt_entry_offset): Call method on this->plt_ rather
than static method.
(Target_arm::plt_entry_size): Likewise.
(Output_data_plt_arm::first_plt_entry, Output_data_plt_arm::plt_entry):
Move to ...
(Output_data_plt_arm_standard): ... here, new class.
(Output_data_plt_arm::do_write): Move guts of PLT filling to...
(Output_data_plt_arm_standard::do_fill_first_plt_entry): ... here ...
(Output_data_plt_arm_standard::do_fill_plt_entry): ... and here.

* x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
Take additional argument for the PLT entry size.
(Output_data_plt_x86_64::get_tlsdesc_plt_offset):
Use get_plt_entry_size method rather than plt_entry_size variable.
(Output_data_plt_x86_64::reserve_slot): Likewise.
(Output_data_plt_x86_64::do_adjust_output_section): Likewise.
(Output_data_plt_x86_64::add_entry): Likewise.
(Output_data_plt_x86_64::add_local_ifunc_entry): Likewise.
(Output_data_plt_x86_64::address_for_global): Likewise.
(Output_data_plt_x86_64::address_for_local): Likewise.
(Output_data_plt_x86_64::set_final_data_size): Likewise.
(Output_data_plt_x86_64::first_plt_entry_offset): Likewise.
Make method non-static.
(Output_data_plt_x86_64::do_get_plt_entry_size): New abstract virtual
method.
(Output_data_plt_x86_64::get_plt_entry_size): Just call that.
(Output_data_plt_x86_64::do_add_eh_frame): New abstract virtual method.
(Output_data_plt_x86_64::add_eh_frame): New method to call it.
(Output_data_plt_x86_64::do_fill_first_plt_entry): New abstract
virtual method.
(Output_data_plt_x86_64::fill_first_plt_entry): New method to call it.
(Output_data_plt_x86_64::do_fill_plt_entry): New abstract
virtual method.
(Output_data_plt_x86_64::fill_plt_entry): New method to call it.
(Output_data_plt_x86_64::do_fill_tlsdesc_entry): New abstract
virtual method.
(Output_data_plt_x86_64::fill_tlsdesc_entry): New method to call it.
(Output_data_plt_x86_64::plt_entry_size)
(Output_data_plt_x86_64::first_plt_entry)
(Output_data_plt_x86_64::plt_entry)
(Output_data_plt_x86_64::tlsdesc_plt_entry)
(Output_data_plt_x86_64::plt_eh_frame_fde_size)
(Output_data_plt_x86_64::plt_eh_frame_fde): Move to ...
(Output_data_plt_x86_64_standard): ... here, new class.
(Target_x86_64::Target_x86_64): Take optional argument for the
Target_info pointer to use.
(Target_x86_64::do_make_data_plt): New virtual method.
(Target_x86_64::make_data_plt): New method to call it.
(Target_x86_64::init_got_plt_for_update): Use that.
Call this->plt_->add_eh_frame method here.
(Output_data_plt_x86_64::init): Don't do add_eh_frame_for_plt here.
(Target_x86_64::first_plt_entry_offset): Call method on this->plt_
rather than static method.
(Target_x86_64::plt_entry_size): Likewise.
(Output_data_plt_x86_64::do_write): Use get_plt_entry_size method
rather than plt_entry_size variable.  Move guts of PLT filling to...
(Output_data_plt_x86_64_standard::do_fill_first_plt_entry): ... here ...
(Output_data_plt_x86_64_standard::do_fill_plt_entry): ... and here ...
(Output_data_plt_x86_64_standard::do_fill_tlsdesc_entry): ... and here.

* i386.cc (Output_data_plt_i386::Output_data_plt_i386): Take
additional argument for the section alignment.
Don't do add_eh_frame_for_plt here.
(Output_data_plt_i386::first_plt_entry_offset): Make the method
non-static.  Use get_plt_entry_size method rather than plt_entry_size
variable.
(Output_data_plt_i386::do_get_plt_entry_size): New abstract virtual
method.
(Output_data_plt_i386::get_plt_entry_size): Call it.
(Output_data_plt_i386::do_add_eh_frame): New abstract virtual method.
(Output_data_plt_i386::add_eh_frame): New method to call it.
(Output_data_plt_i386::do_fill_first_plt_entry): New abstract virtual
method.
(Output_data_plt_i386::fill_first_plt_entry): New method to call it.
(Output_data_plt_i386::do_fill_plt_entry): New abstract virtual
method.
(Output_data_plt_i386::fill_plt_entry): New method to call it.
(Output_data_plt_i386::set_final_data_size): Use get_plt_entry_size
method instead of plt_entry_size.
(Output_data_plt_i386::plt_entry_size)
(Output_data_plt_i386::plt_eh_frame_fde_size)
(Output_data_plt_i386::plt_eh_frame_fde): Move to ...
(Output_data_plt_i386_standard): ... here, new class.
(Output_data_plt_i386_exec): New class.
(Output_data_plt_i386::exec_first_plt_entry): Move to ...
(Output_data_plt_i386_exec::first_plt_entry): ... here.
(Output_data_plt_i386::exec_plt_entry): Move to ...
(Output_data_plt_i386_exec::plt_entry): ... here.
(Output_data_plt_i386_dyn): New class.
(Output_data_plt_i386::first_plt_entry): Move to ...
(Output_data_plt_i386_dyn::first_plt_entry): ... here.
(Output_data_plt_i386::dyn_plt_entry): Move to ...
(Output_data_plt_i386_dyn::plt_entry): ... here.
(Target_i386::Target_i386): Take optional argument for the Target_info
pointer to use.
(Target_i386::do_make_data_plt): New virtual method.
(Target_i386::make_data_plt): New method to call it.
(Target_i386::make_plt_section): Use that.
Call this->plt_->add_eh_frame method here.
(Output_data_plt_i386::add_entry): Use get_plt_entry_size method
rather than plt_entry_size variable.
(Output_data_plt_i386::add_local_ifunc_entry): Likewise.
(Output_data_plt_i386::address_for_local): Likewise.
(Output_data_plt_i386::do_write): Likewise.
Move guts of PLT filling to...
(Output_data_plt_i386_exec::do_fill_first_plt_entry): ... here ...
(Output_data_plt_i386_exec::do_fill_plt_entry): ... and here ...
(Output_data_plt_i386_dyn::do_fill_first_plt_entry): ... and here ...
(Output_data_plt_i386_dyn::do_fill_plt_entry): ... and here.

Change-Id: Id24b95600489835ff5e860a39c147203d4380c2b

12 years agogdb/
Jan Kratochvil [Wed, 2 May 2012 20:00:36 +0000 (20:00 +0000)]
gdb/
Fix --without-auto-load-safe-path for MS-Windows host platform.
* auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.

12 years agoinclude/
Cary Coutant [Wed, 2 May 2012 18:33:43 +0000 (18:33 +0000)]
include/

* dwarf2.def: Remove DW_FORM_GNU_ref_index,
replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.

12 years ago2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
Siva Chandra Reddy [Wed, 2 May 2012 17:27:50 +0000 (17:27 +0000)]
2012-05-02  Siva Chandra Reddy  <sivachandra@google.com>

* doc/gdb.texinfo (Blocks In Python): Add a note saying that
future improvements to GDB and its infrastructure can move
symbols across blocks within a symbol table.

12 years ago gdb_curses.h: Undefine KEY_EVENT before including curses
Eli Zaretskii [Wed, 2 May 2012 17:13:39 +0000 (17:13 +0000)]
 gdb_curses.h: Undefine KEY_EVENT before including curses
 headers.  Move "#undef MOUSE_MOVED" before any curses header
 inclusion.

12 years ago * po/vi.po: Updated Vietnamese translation.
Nick Clifton [Wed, 2 May 2012 14:51:05 +0000 (14:51 +0000)]
* po/vi.po: Updated Vietnamese translation.
* po/it.po: New Italian translation.
* configure.in (ALL_LINGUAS): Add it.
* configure: Regenerate.

12 years ago2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
Sergio Durigan Junior [Wed, 2 May 2012 04:59:34 +0000 (04:59 +0000)]
2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>

* features/i386/i386-mmx-linux.c: Regenerate.
* features/rs6000/powerpc-32.c: Likewise.
* features/rs6000/powerpc-32l.c: Likewise.
* features/rs6000/powerpc-403.c: Likewise.
* features/rs6000/powerpc-403gc.c: Likewise.
* features/rs6000/powerpc-405.c: Likewise.
* features/rs6000/powerpc-505.c: Likewise.
* features/rs6000/powerpc-601.c: Likewise.
* features/rs6000/powerpc-602.c: Likewise.
* features/rs6000/powerpc-603.c: Likewise.
* features/rs6000/powerpc-604.c: Likewise.
* features/rs6000/powerpc-64.c: Likewise.
* features/rs6000/powerpc-64l.c: Likewise.
* features/rs6000/powerpc-750.c: Likewise.
* features/rs6000/powerpc-860.c: Likewise.
* features/rs6000/powerpc-e500.c: Likewise.
* features/rs6000/powerpc-e500l.c: Likewise.
* features/rs6000/powerpc-isa205-32l.c: Likewise.
* features/rs6000/powerpc-isa205-64l.c: Likewise.
* features/rs6000/rs6000.c: Likewise.

12 years ago2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
Sergio Durigan Junior [Wed, 2 May 2012 04:40:25 +0000 (04:40 +0000)]
2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>

* i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
variable.
* stap-probe.c (stap_parse_single_operand) <reg_suffix,
reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
(stap_parse_argument) <e>: Likewise.
(handle_stap_probe) <byte_order>: Likewise.

12 years ago*** empty log message ***
gdbadmin [Wed, 2 May 2012 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

12 years agodaily update
Alan Modra [Wed, 2 May 2012 00:00:05 +0000 (00:00 +0000)]
daily update

12 years agoelfcpp/
Cary Coutant [Tue, 1 May 2012 22:46:36 +0000 (22:46 +0000)]
elfcpp/

* dwarf.h (enum DW_TAG, enum DW_FORM, enum DW_AT, enum DW_ENCODING)
(enum DW_OP, enum DW_CFA): Remove.
Include dwarf2.def.

gold/

* dwarf_reader.cc (Dwarf_die::read_attributes)
(Dwarf_die::skip_attributes, Dwarf_die::int_attribute)
(Dwarf_die::uint_attribute): Remove DW_FORM_null.
* reduced_debug_output.cc
(Output_reduced_debug_info_section::get_die_end): Remove
DW_FORM_GNU_ref_index.  Add default case.

12 years ago [Checking in missing files from previous commit.]
Cary Coutant [Tue, 1 May 2012 22:43:54 +0000 (22:43 +0000)]
[Checking in missing files from previous commit.]
        * testsuite/gdb_index_test_3.c: New test source file.
        * testsuite/gdb_index_test_3.sh: New test source file.

12 years agogold: Handle DW_AT_high_pc as offset from DW_AT_low_pc in gdb-index.cc.
Mark Wielaard [Tue, 1 May 2012 19:12:21 +0000 (19:12 +0000)]
gold: Handle DW_AT_high_pc as offset from DW_AT_low_pc in gdb-index.cc.

        * dwarf_reader.cc (Dwarf_die::address_attribute): New function.
        * dwarf_reader.h (Dwarf_die::address_attribute): Likewise.
        * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Handle
        DW_AT_high_pc as offset from DW_AT_low_pc.

        * testsuite/Makefile.am (gdb_index_test_3.sh): New test case.
        * testsuite/Makefile.in: Regenerate.
        * testsuite/gdb_index_test_3.c: New test source file.
        * testsuite/gdb_index_test_3.sh: New test source file.

12 years ago PR binutils/13121
Nick Clifton [Tue, 1 May 2012 16:07:36 +0000 (16:07 +0000)]
PR binutils/13121
Rename 'finfo' to 'flaginfo' to avoid conflicts with
AIX system headers.

12 years ago * dwarf2read.c (init_cutu_and_read_dies): Renamed from
Doug Evans [Tue, 1 May 2012 03:00:36 +0000 (03:00 +0000)]
* dwarf2read.c (init_cutu_and_read_dies): Renamed from
init_and_read_dies_worker.  All callers updated.
(init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
replaced with init_cutu_and_read_dies.
(load_partial_comp_unit): Pass 1 for use_existing_cu.
(find_partial_die): Remove FIXME.  Don't free current CU.

testsuite/
* gdb.dwarf2/pr13961.S: New file.
* gdb.dwarf2/pr13961.exp: New file.

12 years agoFix bug in date in previous entry.
Doug Evans [Tue, 1 May 2012 02:55:33 +0000 (02:55 +0000)]
Fix bug in date in previous entry.

12 years ago*** empty log message ***
gdbadmin [Tue, 1 May 2012 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

12 years agodaily update
Alan Modra [Tue, 1 May 2012 00:00:04 +0000 (00:00 +0000)]
daily update

12 years ago* config/rx-parse.y (rx_intop): Add parameter for operation size.
DJ Delorie [Mon, 30 Apr 2012 22:09:09 +0000 (22:09 +0000)]
* config/rx-parse.y (rx_intop): Add parameter for operation size.
Check for large positive constants really being small negative
ones.
(BRA, BSR): Update calls to rx_intop.
(immediate): Likewise.

12 years ago* rx-decode.opc (MOV): Do not sign-extend immediates which are
DJ Delorie [Mon, 30 Apr 2012 22:04:22 +0000 (22:04 +0000)]
* rx-decode.opc (MOV): Do not sign-extend immediates which are
already the maximum bit size.
* rx-decode.c: Regenerate.

12 years ago2012-04-26 Sterling Augustine <saugustine@google.com>
Sterling Augustine [Mon, 30 Apr 2012 18:06:50 +0000 (18:06 +0000)]
2012-04-26  Sterling Augustine  <saugustine@google.com>

* contrib: New directory.
* contrib/test_pubnames_and_indexes.py: New file.

12 years ago * dwarf2read.c (dwarf_decode_macros): New arg section_name.
Doug Evans [Mon, 30 Apr 2012 15:50:40 +0000 (15:50 +0000)]
* dwarf2read.c (dwarf_decode_macros): New arg section_name.
All callers updated.
(init_cu_die_reader): Verify the section is non-empty.
(dwarf_decode_line_header): Don't dereference section->asection
until we know the section is present.

12 years agogas: Make dwarf2dbg.c versions specific and add DW_AT_high_pc case for DWARF 4+.
Mark Wielaard [Mon, 30 Apr 2012 14:32:28 +0000 (14:32 +0000)]
gas: Make dwarf2dbg.c versions specific and add DW_AT_high_pc case for DWARF 4+.

    * dwarf2dbg.c (DWARF2_ARANGES_VERSION): New define to 2.
    (DWARF2_LINE_VERSION): Likewise.
    (out_debug_line): Use DWARF2_LINE_VERSION not DWARF2_VERSION.
    (out_debug_aranges): Use DWARF2_ARANGES_VERSION not DWARF2_VERSION.
    (out_debug_abbrev): Use DW_FORM_data for DW_AT_high_pc when
    DWARF2_VERSION >= 4.
    (out_debug_info): Use difference between start and end as data
    value for DW_AT_high_pc when DWARF2_VERSION >= 4.
    * config/tc-ia64.h (DWARF2_LINE_VERSION): Override it.

12 years ago*** empty log message ***
gdbadmin [Mon, 30 Apr 2012 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

12 years agodaily update
Alan Modra [Mon, 30 Apr 2012 00:00:05 +0000 (00:00 +0000)]
daily update

12 years ago2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
Sergio Durigan Junior [Sun, 29 Apr 2012 15:14:31 +0000 (15:14 +0000)]
2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>

* tracepoint.c (start_tracing, stop_tracing): Checking for NULL
probes.

12 years agogdb:
Yao Qi [Sun, 29 Apr 2012 07:20:43 +0000 (07:20 +0000)]
gdb:
* gdb-code-style.el: New hook gdb-markup-hook
and gdb-comment-hook.

12 years agogdb/doc:
Yao Qi [Sun, 29 Apr 2012 06:45:02 +0000 (06:45 +0000)]
gdb/doc:
* gdb.texinfo (Architectures): Remove menu entry `A29K'.
(A29K): Remove.

12 years agogdb/testsuite:
Yao Qi [Sun, 29 Apr 2012 06:40:02 +0000 (06:40 +0000)]
gdb/testsuite:

* gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.

12 years agogdb/gdbserver:
Yao Qi [Sun, 29 Apr 2012 06:28:30 +0000 (06:28 +0000)]
gdb/gdbserver:

* server.h: Move some code to ...
* gdbthread.h: ... here.  New.
* Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h
(remote-utils.o, server.o, target.o tracepoint.o): Likewise.
(nto-low.o, win32-low.o): Likewise.
* inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h.
* regcache.c, remote-utils.c, server.c: Likewise.
* target.c, tracepoint.c, win32-low.c: Likewise.

12 years ago*** empty log message ***
gdbadmin [Sun, 29 Apr 2012 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

12 years agodaily update
Alan Modra [Sun, 29 Apr 2012 00:00:05 +0000 (00:00 +0000)]
daily update

12 years ago Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
Doug Evans [Sat, 28 Apr 2012 23:22:14 +0000 (23:22 +0000)]
Initial support for Fission.  gcc.gnu.org/wiki/DebugFission
* symfile.c (default_symfile_relocate): Use sectp->owner instead of
objfile->obfd.
* symfile.h (dwarf2_debug_sections): New member addr.
* dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
(ctx_no_get_addr_index): New function.
* dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
(ctx_no_get_addr_index): Declare.
* dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
* dwarf2loc.c (dwarf_expr_get_addr_index): New function.
(dwarf_expr_ctx_funcs): Update.
(needs_get_addr_index): New function.
(needs_frame_ctx_funcs): Update.
* dwarf2loc.h (dwarf2_read_addr_index): Declare.
* dwarf2read.c: #include "gdbcore.h".
(dwarf2_per_objfile): New members addr, dwo_files.
(dwarf2_elf_names): Add entry for addr.
(struct dwo_section_names): New type.
(dwo_section_names): New static global.
(dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
(dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
old debug_types_section member updated to use this.
Rename member debug_types_section to info_or_types_section,
all uses updated.
(signatured_type): Rename member type_offset to type_offset_in_tu,
all uses updated.  New member type_offset_in_section.
(struct dwo_sections): New type.
(struct dwo_unit): New type.
(struct dwo_file): New type.
(die_reader_specs): New member dwo_file.
(dwarf2_locate_sections): Watch for .debug_addr.
(zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
(dwarf2_read_section): Get bfd of section from bfd's asection,
instead of objfile.
(create_cus_from_index): Initialize the_cu->info_or_types_section.
(create_signatured_type_table_from_index): Initialize
sig_type->info_or_types_section.
(dw2_get_file_names): Statement lists for type units with DWO files
live in the DWO file.
(create_debug_types_hash_table): New function.
(create_all_type_units): Rewrite.
(init_cu_die_reader): New arg dwo_file, all callers updated.
(init_and_read_dies_worker): Get section from
this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
Watch for DW_AT_GNU_dwo_name and if present lookup the file and
continue reading the CU/TU from there.
(init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
updated.  Get section from this_cu->info_or_types_section.
(create_all_comp_units): Initialize this_cu->info_or_types_section.
(skip_one_die): New cases DW_FORM_GNU_addr_index,
DW_FORM_GNU_str_index.
(hash_dwo_file, eq_dwo_file): New functions.
(allocate_dwo_file_hash_table): New function.
(hash_dwo_unit, eq_dwo_unit): New functions.
(allocate_dwo_unit_table): New function.
(dwarf2_locate_dwo_sections): New function.
(struct create_dwo_info_table_data): New type.
(create_debug_info_hash_table_reader): New function.
(create_debug_info_hash_table): New function.
(try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
(lookup_dwo_file): New function.
(lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
(free_dwo_file, free_dwo_file_cleanup): New functions.
(free_dwo_file_from_slot, free_dwo_files): New functions.
(dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
(dwarf2_record_block_ranges): Ditto.
(read_partial_die): Ditto.
(process_enumeration_scope): Update to use type_offset_in_section.
(read_full_die_1): New function.
(read_full_die): Rewrite.
(read_attribute_value): New cases DW_FORM_GNU_addr_index,
DW_FORM_GNU_str_index.
(read_addr_index_1, read_addr_index): New functions.
(read_addr_index_from_leb128): New function.
(struct dwarf2_read_addr_index_data): New type.
(dwarf2_read_addr_index_reader): New function.
(dwarf2_read_addr_index): New function.
(read_str_index): New function.
(leb128_size): New function.
(dwarf_decode_line_header): Delete arg abfd, all callers updated.
If processing a type unit from a DWO file, get the line section
from the DWO file.
(var_decode_location): Watch for DW_OP_GNU_addr_index.
(dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
DW_FORM_GNU_str_index.
(lookup_die_type): Check whether section offset of type's die is
known before looking it up.  Remove assert.  Condition can
legimately happen for inter-cu type references.
(dwarf_attr_name): Handle Fission attributes.
(dwarf_form_name): Handle Fission forms.
(dump_die_shallow): New cases DW_FORM_GNU_addr_index,
DW_FORM_GNU_str_index.
(follow_die_sig): Update to use type_offset_in_section.
(decode_locdesc): New case DW_OP_GNU_addr_index.
(skip_form_bytes): New cases DW_FORM_GNU_addr_index,
DW_FORM_GNU_str_index.
(cu_debug_loc_section): New function.
(fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
(dwarf2_per_objfile_free): Unmap .debug_addr section.
Free DWO files if present.
* xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.

testsuite/
* gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
.Ltype_int_in_cu2.  Use name "int2" instead of "int".
All uses updated.
* gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
"ptype func_cu1" to expand cu2 before cu1.

12 years ago Refactor DIE reading.
Doug Evans [Sat, 28 Apr 2012 22:46:17 +0000 (22:46 +0000)]
Refactor DIE reading.
* dwarf2read.c (dwarf2_per_objfile): Replace members
debug_info_type_hash and debug_types_type_hash with die_type_hash.
(die_reader_specs): New member "die_section".  Temporarily make
member "buffer" non-const, pending constifying all info_ptr uses.
(die_reader_func_ftype): New typedef.
(dw2_get_file_names_reader): New function.
(dw2_get_file_names): Rewrite.
(read_and_check_type_unit_head): Rename arg type_offset to
type_offset_in_tu.
(create_all_type_units): Improve debugging message.
Improve dummy type unit check.
(init_cu_die_reader): New arg "section".  All callers updated.
(init_and_read_dies_worker): New function.
(init_cu_and_read_dies, init_tu_and_read_dies): New functions.
(init_cutu_and_read_dies_no_follow): New function.
(init_cutu_and_read_dies_simple): New function.
(process_psymtab_comp_unit_reader): New function.
(process_psymtab_comp_unit): Delete args section,
is_debug_types_section.  Rewrite.  All callers updated.
(process_psymtab_type_unit): Renamed from process_type_comp_unit.
All callers updated.  Rewrite.
(load_partial_comp_unit_reader): New function.
(load_partial_comp_unit): Rewrite.
(skip_children): New arg reader.  Delete args buffer, cu.
All callers updated.
(skip_one_die): New arg reader.  Delete args buffer, cu.
All callers updated.
(locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
All callers updated.
(load_full_comp_unit_reader): New function.
(load_full_comp_unit): Rewrite.
(read_comp_unit): Delete.
(read_die_and_children_1): Delete, contents moved ...
(read_die_and_children): ... here.
(dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
(load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
All callers updated.
(read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
All callers updated.
(find_partial_die): Rewrite load_all_dies support.
(read_attribute_value): New arg reader.  Delete args abfd, cu.
All callers updated.
(read_attribute): New arg reader.  Delete args abfd, cu.
All callers updated.
(load_full_type_unit): Add assert.
(read_signatured_type_reader): New function.
(read_signatured_type): Rewrite.
(free_stack_comp_unit): Remove call to age_cached_comp_units.
(free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
All callers updated.  Set per_cu->cu = NULL after freeing it.
(dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
(per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
(per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
(set_die_type): Update.
(get_die_type_at_offset): Update.
(read_file_scope): Call prepare_one_comp_unit.
(read_type_unit_scope): Ditto.
(prepare_one_comp_unit): Set producer if present.

12 years ago * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
Doug Evans [Sat, 28 Apr 2012 21:41:06 +0000 (21:41 +0000)]
* dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.

12 years ago2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
Sergio Durigan Junior [Sat, 28 Apr 2012 04:52:33 +0000 (04:52 +0000)]
2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>

* probe.c (compile_rx_or_error): Silence ARI warning about missing
 gettext function on `error'.

12 years ago * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
Doug Evans [Sat, 28 Apr 2012 04:38:14 +0000 (04:38 +0000)]
* dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
is empty.