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
(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
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
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