diff options
author | James Lemke <jwlemke@codesourcery.com> | 2012-08-01 13:46:59 +0000 |
---|---|---|
committer | James Lemke <jwlemke@codesourcery.com> | 2012-08-01 13:46:59 +0000 |
commit | 8fbf7334deccc8a6f3ce9ec01ae801da781c2d82 (patch) | |
tree | e347fb55e56f3812de8798fee9e6a2a5bcefac5a /ld | |
parent | 4f6650997aab7ef82b88b1ca29450002473a0ad2 (diff) | |
download | gdb-8fbf7334deccc8a6f3ce9ec01ae801da781c2d82.zip gdb-8fbf7334deccc8a6f3ce9ec01ae801da781c2d82.tar.gz gdb-8fbf7334deccc8a6f3ce9ec01ae801da781c2d82.tar.bz2 |
gas/ChangeLog:
2012-08-01 James Lemke <jwlemke@codesourcery.com>
* gas/dwarf2dbg.c (out_set_addr): Allow for non-constant value of
DWARF2_LINE_MIN_INSN_LENGTH
* gas/config/tc-ppc.c (ppc_dwarf2_line_min_insn_length): Declare
and initialize.
(md_apply_fix): Branch addr can be a multiple of 2 or 4.
* gas/config/tc-ppc.h (DWARF2_LINE_MIN_INSN_LENGTH): Now a
variable reference.
gas/testsuite/ChangeLog:
2012-08-01 James Lemke <jwlemke@codesourcery.com>
* gas/cfi/cfi-ppc-1.d: Allow for code alignment of 2 or 4.
ld/ChangeLog:
2012-08-01 James Lemke <jwlemke@codesourcery.com>
* ld/testsuite/ld-gc/pr13683.d: XFAIL for powerpc*-*-eabivle.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-gc/pr13683.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c066fef..59f0481 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2012-08-01 James Lemke <jwlemke@codesourcery.com> + + * ld/testsuite/ld-gc/pr13683.d: XFAIL for powerpc*-*-eabivle. + 2012-07-31 H.J. Lu <hongjiu.lu@intel.com> PR ld/14156 diff --git a/ld/testsuite/ld-gc/pr13683.d b/ld/testsuite/ld-gc/pr13683.d index e497088..19b2598 100644 --- a/ld/testsuite/ld-gc/pr13683.d +++ b/ld/testsuite/ld-gc/pr13683.d @@ -2,7 +2,7 @@ #source: dummy.s #ld: --gc-sections -e main --defsym foo=foo2 tmpdir/pr13683.o #nm: --format=bsd -#xfail: sh64*-*-* iq2000-*-* lm32-*-* epiphany-*-* mips64vr-*-* frv-*-* m32c-*-* rl78-*-* rx-*-* sh-*-* +#xfail: sh64*-*-* iq2000-*-* lm32-*-* epiphany-*-* mips64vr-*-* frv-*-* m32c-*-* rl78-*-* rx-*-* sh-*-* powerpc*-*-eabivle # Note - look for both "foo" and "foo2" being defined, non-zero function symbols |