diff options
author | Arnold Metselaar <arnold.metselaar@planet.nl> | 2009-10-17 17:18:28 +0000 |
---|---|---|
committer | Arnold Metselaar <arnold.metselaar@planet.nl> | 2009-10-17 17:18:28 +0000 |
commit | 6c293e26a3900d79876d54fca00c21b4d6406d98 (patch) | |
tree | 9e39cf0a19851086382b93c1585ec20d69027900 /ld | |
parent | a98330b80112d74eb8838bc5ff8985265bcaafc0 (diff) | |
download | gdb-6c293e26a3900d79876d54fca00c21b4d6406d98.zip gdb-6c293e26a3900d79876d54fca00c21b4d6406d98.tar.gz gdb-6c293e26a3900d79876d54fca00c21b4d6406d98.tar.bz2 |
* coff-z80.c (z80coff_vec): Allow sections to be of type SEC_CODE or SEC_DATA
* ld-scripts/align.exp: Remove xfails for z80-*-coff
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/align.exp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index a038762..b46c834 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-10-17 Arnold Metselaar <arnold.metselaar@planet.nl> + + * ld-scripts/align.exp: Remove xfails for z80-*-coff + 2009-10-16 Rafael Avila de Espindola <espindola@google.com> * bootstrap.exp: Detect if plugins are enabled. Skip the static diff --git a/ld/testsuite/ld-scripts/align.exp b/ld/testsuite/ld-scripts/align.exp index b0fb962..9ea46d0 100644 --- a/ld/testsuite/ld-scripts/align.exp +++ b/ld/testsuite/ld-scripts/align.exp @@ -46,11 +46,7 @@ if ![ld_simple_link $ld tmpdir/align "$LDFLAGS -T $srcdir/$subdir/align.t tmpdir } if ![is_aout_format] { - # The z80-coff port defaults to a "binary" like output - # file format which does not include a data section. - setup_xfail "z80-*-coff" run_dump_test align2a - setup_xfail "z80-*-coff" run_dump_test align2b } run_dump_test align2c |