aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2003-07-29 02:03:33 +0000
committerH.J. Lu <hjl.tools@gmail.com>2003-07-29 02:03:33 +0000
commit34f708754e8396d5ae952c55db1d6e313e889d61 (patch)
tree1a61583d93d05340fd3835b669f61613d9d4947e /gas/testsuite
parentac400888b378fbd66bab068e1c46cd1edf699082 (diff)
downloadfsf-binutils-gdb-34f708754e8396d5ae952c55db1d6e313e889d61.zip
fsf-binutils-gdb-34f708754e8396d5ae952c55db1d6e313e889d61.tar.gz
fsf-binutils-gdb-34f708754e8396d5ae952c55db1d6e313e889d61.tar.bz2
gas/
2003-07-28 H.J. Lu <hongjiu.lu@intel.com> * config/obj-elf.c (obj_elf_section_type): Also accept "note". gas/testsuite/ 2003-07-28 H.J. Lu <hongjiu.lu@intel.com> * gas/elf/elf.exp: Add section3 for note section. * gas/elf/section3.d: New file. * gas/elf/section3.s: Likewise.
Diffstat (limited to 'gas/testsuite')
-rw-r--r--gas/testsuite/ChangeLog7
-rw-r--r--gas/testsuite/gas/elf/elf.exp1
-rw-r--r--gas/testsuite/gas/elf/section3.d6
-rw-r--r--gas/testsuite/gas/elf/section3.s2
4 files changed, 16 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 46ca5dc..1a0af90 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+2003-07-28 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gas/elf/elf.exp: Add section3 for note section.
+
+ * gas/elf/section3.d: New file.
+ * gas/elf/section3.s: Likewise.
+
2003-07-26 Alan Modra <amodra@bigpond.net.au>
* gas/ppc/altivec.d: Update.
diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp
index f9777a1..8edd2de 100644
--- a/gas/testsuite/gas/elf/elf.exp
+++ b/gas/testsuite/gas/elf/elf.exp
@@ -54,6 +54,7 @@ if { ([istarget "*-*-elf*"]
run_dump_test "section0"
run_dump_test "section1"
run_list_test "section2" "$target_machine" "-al" ""
+ run_dump_test "section3"
run_dump_test "symver"
run_list_test "type" "" "" "| grep \"1 \\\[FONT\\\]\""
}
diff --git a/gas/testsuite/gas/elf/section3.d b/gas/testsuite/gas/elf/section3.d
new file mode 100644
index 0000000..4a201c3
--- /dev/null
+++ b/gas/testsuite/gas/elf/section3.d
@@ -0,0 +1,6 @@
+#readelf: -S
+#name: note section
+
+#...
+[ ]*\[.*\][ ]+\.foo[ ]+NOTE.*
+#pass
diff --git a/gas/testsuite/gas/elf/section3.s b/gas/testsuite/gas/elf/section3.s
new file mode 100644
index 0000000..dd9a79e
--- /dev/null
+++ b/gas/testsuite/gas/elf/section3.s
@@ -0,0 +1,2 @@
+ .section .foo,"","note"
+ .byte 0,0,0,0