From 1954e53d046921909a2fc1d839adf70ee4a69965 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 8 Dec 2001 00:25:26 +0000 Subject: * gas/all/incbin.s: Add spaces before directives. --- gas/testsuite/ChangeLog | 4 ++++ gas/testsuite/gas/all/incbin.s | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'gas') diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 72da546..4e72f69 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-12-08 Alan Modra + + * gas/all/incbin.s: Add spaces before directives. + Fri Dec 7 09:16:07 2001 Jeffrey A Law (law@cygnus.com) * gas/hppa/parse/linesepbug.s: Restore to its original form, diff --git a/gas/testsuite/gas/all/incbin.s b/gas/testsuite/gas/all/incbin.s index 850c89b..d9301a5 100644 --- a/gas/testsuite/gas/all/incbin.s +++ b/gas/testsuite/gas/all/incbin.s @@ -1,5 +1,5 @@ -.data -.incbin "incbin.s" -.incbin "incbin.s",0,28 -.incbin "incbin.s",15,9 -.p2align 4 + .data + .incbin "incbin.s" + .incbin "incbin.s",0,28 + .incbin "incbin.s",15,9 + .p2align 4 -- cgit v1.1