mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
* gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
|
||||||
|
|
||||||
2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
|
2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
|
||||||
|
|
||||||
* gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
|
* gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
|
||||||
|
@ -19,6 +19,9 @@
|
|||||||
DW_AT_ranges as the linker could place both sections at arbitrary locations.
|
DW_AT_ranges as the linker could place both sections at arbitrary locations.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* Such directive is required by GAS for builds without `-g'. */
|
||||||
|
.file 1 "dw2-ranges.S"
|
||||||
|
|
||||||
/* Without this directive GAS will not emit DWARF2 unless we provide an
|
/* Without this directive GAS will not emit DWARF2 unless we provide an
|
||||||
instruction to assemble. We want to avoid any instructions to
|
instruction to assemble. We want to avoid any instructions to
|
||||||
remain architecture independent. */
|
remain architecture independent. */
|
||||||
|
Reference in New Issue
Block a user