diff options
author | Nick Clifton <nickc@redhat.com> | 2006-11-10 07:35:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-11-10 07:35:20 +0000 |
commit | d66dff94801d744296405d9e9f799985885a1a8e (patch) | |
tree | 099ae1eb6b6a6ab0d7a20f1b3f9fef2460f46d13 /gas | |
parent | d81afd0c0072f7fc79852573668c97c32dcb8323 (diff) | |
download | gdb-d66dff94801d744296405d9e9f799985885a1a8e.zip gdb-d66dff94801d744296405d9e9f799985885a1a8e.tar.gz gdb-d66dff94801d744296405d9e9f799985885a1a8e.tar.bz2 |
* pe-arm-wince.c (LOCAL_LABEL_PREFIX): Define as ".".
* pei-arm-wince.c (LOCAL_LABEL_PREFIX): Likewise.
* coff-arm.c (LOCAL_LABEL_PREFIX): Only define if not defined before.
* gas/arm/undefined.d: Run test on Windows CE.
* gas/arm/undefined_coff.d: Don't run test on Windows CE.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/undefined.d | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/undefined_coff.d | 5 |
3 files changed, 11 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index d81914c..0a4b608 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-11-10 Pedro Alves <pedro_alves@portugalmail.pt> + + * gas/arm/undefined.d: Run test on Windows CE. + * gas/arm/undefined_coff.d: Don't run test on Windows CE. + 2006-11-09 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/sse2.s: Test movdqa with memory destination. diff --git a/gas/testsuite/gas/arm/undefined.d b/gas/testsuite/gas/arm/undefined.d index 6a61495..e3e9bb0 100644 --- a/gas/testsuite/gas/arm/undefined.d +++ b/gas/testsuite/gas/arm/undefined.d @@ -1,4 +1,5 @@ #name: Undefined local label error -# COFF and aout based ports use a different naming convention for local labels. -#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* +# COFF and aout based ports, except Windows CE, +# use a different naming convention for local labels. +#skip: *-*-*coff *-unknown-pe *-epoc-pe *-*-*aout* *-*-netbsd *-*-riscix* #error-output: undefined.l diff --git a/gas/testsuite/gas/arm/undefined_coff.d b/gas/testsuite/gas/arm/undefined_coff.d index ab0bbcd..d280027 100644 --- a/gas/testsuite/gas/arm/undefined_coff.d +++ b/gas/testsuite/gas/arm/undefined_coff.d @@ -1,4 +1,5 @@ #name: Undefined local label error -# COFF and aout based ports use a different naming convention for local labels. -#not-skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* +# COFF and aout based ports, except Windows CE, +# use a different naming convention for local labels. +#not-skip: *-*-*coff *-unknown-pe *-epoc-pe *-*-*aout* *-*-netbsd *-*-riscix* #error-output: undefined_coff.l |