diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-02-07 03:16:43 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2005-02-07 03:16:43 +0000 |
commit | 00de87cddb9276c8c22399790bd381b0559e673d (patch) | |
tree | 6b0da1fd324eed8f8940cde55df42246658e36fe /ld/testsuite/ld-cris/globsymw2.s | |
parent | aaac53f5a1cd577c14197f1271304b3ff48fadfa (diff) | |
download | gdb-00de87cddb9276c8c22399790bd381b0559e673d.zip gdb-00de87cddb9276c8c22399790bd381b0559e673d.tar.gz gdb-00de87cddb9276c8c22399790bd381b0559e673d.tar.bz2 |
* ld-cris/globsymw2.s: New file.
* ld-cris/warn3.d, ld-cris/warn4.d: New tests.
Diffstat (limited to 'ld/testsuite/ld-cris/globsymw2.s')
-rw-r--r-- | ld/testsuite/ld-cris/globsymw2.s | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/globsymw2.s b/ld/testsuite/ld-cris/globsymw2.s new file mode 100644 index 0000000..a9e11ff --- /dev/null +++ b/ld/testsuite/ld-cris/globsymw2.s @@ -0,0 +1,16 @@ + .text + .stabn 162,0,0,0 +;# A bit like globsymw1.s but containing a valid, working, stabs +;# symbol warning construct. + .stabs "isatty is not implemented and will always fail",30,0,0,0 + .stabs "globsym1",1,0,0,0 + .global globsym1 + .type globsym1, @function +globsym1: + .stabd 46,0,0 + .stabn 68,0,16,LM0-globsym1 +LM0: + .long 0 + .size globsym1, .-globsym1 + .stabs "",100,0,0,Letext0 +Letext0: |