https://sourceware.org/bugzilla/show_bug.cgi?id=17940
Bug ID: 17940 Summary: See unexpected diagnostic from msp430-elf-objdump BFD: Dwarf Error: mangled line number section. Product: binutils Version: 2.24 URL: http://e2e.ti.com/support/development_tools/compiler/f /343/t/400113 Status: NEW Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: gmock at ti dot com CC: dj at redhat dot com, nickc at redhat dot com Target: TI MSP430 % msp430-elf-gcc --version msp430-elf-gcc (GCC) 4.9.1 20140707 (prerelease (msp430-14r1-98)) (GNUPro 14r1) (Based on: GCC 4.8 GDB 7.7 Binutils 2.24 Newlib 2.1) Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. % msp430-elf-objdump --version GNU objdump (GNU Binutils) 2.24.51.20140505 Copyright 2013 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) any later version. This program has absolutely no warranty. % type hello.c #include <stdio.h> void main() { printf("hello, world!\n"); } % msp430-elf-gcc -fdata-sections -ffunction-sections -O0 -O2 -g -IC:\ti\gcc_3_02_02_00\include -mmcu=msp430f5529 -c hello.c % msp430-elf-gcc -Wl,--gc-sections -Wl,--gc-sections -mmcu=msp430f5529 -Wl,-Map,hello.map hello.o -o hello.elf -LC:\ti\gcc_3_02_02_00\include % msp430-elf-objdump -S hello.elf > dis.txt BFD: Dwarf Error: mangled line number section. BFD: Dwarf Error: mangled line number section. BFD: Dwarf Error: mangled line number section. <repeated many more times> -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils