[BUG] cr16-elf-as: .long directive offset is not resolved if section name with ""aw",@progbits"

2009-07-01 Thread M R Swami Reddy
Hello, Below test case: test_eh.s .file "test_eh.cc" .section .eh_frame,"aw",@progbits # .section .eh_frame .L1: .long .L3-.L2 .L2: .long 0x0 .L3: .ident "GCC: (GNU) 4.1.2" Command line: > cr16-elf-gcc test_eh.s -c > cr16-elf-objdump -r test_eh.o RELOCATION RECORD

Re: cr16-elf tools error: no .eh_frame_hdr table will be created.

2009-06-30 Thread M R Swami Reddy
(unwind-dw2-fde.o)(.eh_frame); no .eh_frame_hdr table will be created. Do I miss some thing else? Thanks for you suggestions Thanks Swami Alan Modra wrote: On Mon, Jun 29, 2009 at 03:01:23PM +0530, M R Swami Reddy wrote: Hello, With binutils- 2.19.51.20090624, Iam getting below error

Re: cr16-elf tools error: no .eh_frame_hdr table will be created.

2009-06-29 Thread M R Swami Reddy
Hi Alan, Thank you very much for pointing the bug location. I will look into this. Thanks Swami Alan Modra wrote: On Mon, Jun 29, 2009 at 03:01:23PM +0530, M R Swami Reddy wrote: Hello, With binutils- 2.19.51.20090624, Iam getting below error message for c++ exceptions. === ld: error

cr16-elf tools error: no .eh_frame_hdr table will be created.

2009-06-29 Thread M R Swami Reddy
Hello, With binutils- 2.19.51.20090624, Iam getting below error message for c++ exceptions. === ld: error in test_eh.o(.eh_frame); no .eh_frame_hdr table will be created. Attached .s file to reproduce the issue. NOTE: If the "--traditional-format" option passed to linker, the above erro