This is the mail archive of the binutils@sources.redhat.com 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: PATCH: New testcases (Linker is broken)


On Fri, May 14, 2004 at 10:07:40AM -0700, H. J. Lu wrote:
> 2004-05-14  H.J. Lu  <hongjiu.lu@intel.com>
> 
> 	* ld-elf/frame.exp: New file. Test read-only .eh_frame and
> 	.gcc_except_table sections.
> 	* ld-elf/frame.s: Likewise.
> 	* ld-elf/table.s: Likewise.
> 	* ld-elf/tbss.s: Likewise.
> 
> --- ld/testsuite/ld-elf/frame.s.except	2004-05-14 09:59:47.000000000 -0700
> +++ ld/testsuite/ld-elf/frame.s	2004-05-14 09:53:33.000000000 -0700
> @@ -0,0 +1 @@
> +	.section	.eh_frame,"a",@progbits

You should terminate .eh_frame sections if possible (i.e. if it still fails
without the ONLY_IF_R? patch).
	.4byte		0
would do.

	Jakub


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