This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: test failure with "Tweak region overflow check"


Hans-Peter Nilsson wrote:

/tmp/x/src/ld/testsuite/ld-scripts/rgn-over8.s: Assembler messages:
/tmp/x/src/ld/testsuite/ld-scripts/rgn-over8.s:6: Error: unknown pseudo-op: `
.bss'

Fixed thusly.


nathan
--
Nathan Sidwell    ::   http://www.codesourcery.com   ::         CodeSourcery

2008-04-28  Nathan Sidwell  <nathan@codesourcery.com>

	* ld-scripts/rgn-over8.s: Tweak.

Index: ld-scripts/rgn-over8.s
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-scripts/rgn-over8.s,v
retrieving revision 1.1
diff -c -3 -p -r1.1 rgn-over8.s
*** ld-scripts/rgn-over8.s	28 Apr 2008 12:45:34 -0000	1.1
--- ld-scripts/rgn-over8.s	28 Apr 2008 14:07:08 -0000
***************
*** 3,7 ****
  	.zero 1024
  	.data
  	.zero 1024
! 	.bss
  	.zero 1024
--- 3,7 ----
  	.zero 1024
  	.data
  	.zero 1024
! 	.section .bss, "aw", "nobits"
  	.zero 1024

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]