diff options
author | Timothy Wall <twall@alum.mit.edu> | 2002-01-17 17:41:24 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2002-01-17 17:41:24 +0000 |
commit | b1ffc257459eb16255e5e35a95b1b753d517eb07 (patch) | |
tree | 2e725ac535484e10627b3ccd77db8700a14a745e /gas/testsuite | |
parent | 6c6fb00d71c3d02c0083629b282526ca0adc2f21 (diff) | |
download | gdb-b1ffc257459eb16255e5e35a95b1b753d517eb07.zip gdb-b1ffc257459eb16255e5e35a95b1b753d517eb07.tar.gz gdb-b1ffc257459eb16255e5e35a95b1b753d517eb07.tar.bz2 |
Add a more instructive error message on bad syntax
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/tic54x/labels.s | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index d6481ae..5791ddb 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-01-17 Timothy Wall <twall@oculustech.com> + + * gas/tic54x/labels.s (after_macro): Correct comments. + 2002-01-15 Richard Earnshaw <rearnsha@arm.com> * gas/arm/vfp1.s gas/arm/vf1.d: New files. diff --git a/gas/testsuite/gas/tic54x/labels.s b/gas/testsuite/gas/tic54x/labels.s index 47c3ea3..464b6e8 100644 --- a/gas/testsuite/gas/tic54x/labels.s +++ b/gas/testsuite/gas/tic54x/labels.s @@ -38,7 +38,7 @@ lab? add #4,a ; line 31? * This reference should resolve to definition #3 after_macro: b lab? -* Section change clears all definitions; TI defaults to CODE section w/o name +* Section change clears all definitions; it's a CODE section if we see insns .sect new_section nop lab? add #5,a |