Subject: CVS commit: src/regress/lib/csu/initfini/arch/arm
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 12/27/2004 00:47:57
Module Name:	src
Committed By:	mrg
Date:		Mon Dec 27 00:47:57 UTC 2004

Modified Files:
	src/regress/lib/csu/initfini/arch/arm: initfini_asm.S

Log Message:
"@" is a comment char on arm.  these tests have always failed to pass the
`@progbits' part to obj_elf_section()... but in 2.15 obj_elf_section()
gained a demand_empty_rest_of_line(), and the trailing ", " tripped this
up.  we can (and now do) use ``"progbits"'' instead of ``@progbits''.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/regress/lib/csu/initfini/arch/arm/initfini_asm.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.