* gas/hppa/unsorted/align3.s: New test.
authorJeff Law <law@redhat.com>
Sun, 28 Nov 1993 20:14:41 +0000 (20:14 +0000)
committerJeff Law <law@redhat.com>
Sun, 28 Nov 1993 20:14:41 +0000 (20:14 +0000)
* gas/hppa/unsorted/unsorted.exp: Run it.

gas/testsuite/ChangeLog
gas/testsuite/gas/hppa/unsorted/.Sanitize
gas/testsuite/gas/hppa/unsorted/align3.s [new file with mode: 0644]

index 0b00f576fa57a6cbd2220eee198a5bd60ba9af08..1c040816302deecb7274456924f8769212e5c9e3 100644 (file)
@@ -1,3 +1,8 @@
+Sun Nov 28 12:12:50 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
+
+       * gas/hppa/unsorted/align3.s: New test.
+       * gas/hppa/unsorted/unsorted.exp: Run it.
+
 Sat Nov 27 22:50:01 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
 
        * gas/all/p2425.s: Insert a tab before assembler directives so
index 902cb98ce6142c39132b38fbb9a64f574336917d..f7f6f98a781b89f3c036a692e7115175faee4e19 100644 (file)
@@ -26,6 +26,7 @@ Do-first:
 
 Things-to-keep:
 
+align3.s
 fragbug.s
 labeldiffs.s
 locallabel.s
diff --git a/gas/testsuite/gas/hppa/unsorted/align3.s b/gas/testsuite/gas/hppa/unsorted/align3.s
new file mode 100644 (file)
index 0000000..8bd2408
--- /dev/null
@@ -0,0 +1,20 @@
+       .SPACE $PRIVATE$
+       .SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31
+       .SPACE $TEXT$
+       .SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY
+
+       .blockz 4
+
+main:
+       .SPACE $PRIVATE$
+       .SUBSPA $DATA$
+
+       .SPACE $TEXT$
+       .SUBSPA $CODE$
+
+       .PROC
+       .CALLINFO FRAME=0
+       .ENTRY
+       nop
+       .EXIT
+       .PROCEND