From 8fbf7334deccc8a6f3ce9ec01ae801da781c2d82 Mon Sep 17 00:00:00 2001 From: James Lemke Date: Wed, 1 Aug 2012 13:46:59 +0000 Subject: gas/ChangeLog: 2012-08-01 James Lemke * 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 * gas/cfi/cfi-ppc-1.d: Allow for code alignment of 2 or 4. ld/ChangeLog: 2012-08-01 James Lemke * ld/testsuite/ld-gc/pr13683.d: XFAIL for powerpc*-*-eabivle. --- gas/testsuite/ChangeLog | 4 ++++ gas/testsuite/gas/cfi/cfi-ppc-1.d | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gas/testsuite') diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 65e57de..b2bf5ec 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-08-01 James Lemke + + * gas/cfi/cfi-ppc-1.d: Allow for code alignment of 2 or 4. + 2012-07-31 Catherine Moore Maciej W. Rozycki diff --git a/gas/testsuite/gas/cfi/cfi-ppc-1.d b/gas/testsuite/gas/cfi/cfi-ppc-1.d index 4fa4131..c14a060 100644 --- a/gas/testsuite/gas/cfi/cfi-ppc-1.d +++ b/gas/testsuite/gas/cfi/cfi-ppc-1.d @@ -7,7 +7,7 @@ Contents of the .eh_frame section: 00000000 00000010 00000000 CIE Version: 1 Augmentation: "zR" - Code alignment factor: 4 + Code alignment factor: [24] Data alignment factor: -4 Return address column: 65 Augmentation data: 1b -- cgit v1.1