mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-03 23:17:25 +00:00
Removes a #if 1 ... #endif accidentally left in the source code.
* dwarf2dbg.c (out_header): Remove spurious #if 1.
This commit is contained in:
parent
9c761a5541
commit
b57dc16f06
@ -1,3 +1,7 @@
|
|||||||
|
2015-03-16 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* dwarf2dbg.c (out_header): Remove spurious #if 1.
|
||||||
|
|
||||||
2015-03-13 Jiong Wang <jiong.wang@arm.com>
|
2015-03-13 Jiong Wang <jiong.wang@arm.com>
|
||||||
|
|
||||||
* config/tc-aarch64.c (warn_unpredictable_ldst): Don't warn on reg
|
* config/tc-aarch64.c (warn_unpredictable_ldst): Don't warn on reg
|
||||||
|
@ -1467,7 +1467,7 @@ out_header (asection *sec, expressionS *exp)
|
|||||||
symbolS *end_sym;
|
symbolS *end_sym;
|
||||||
|
|
||||||
subseg_set (sec, 0);
|
subseg_set (sec, 0);
|
||||||
#if 1
|
|
||||||
if (flag_dwarf_sections)
|
if (flag_dwarf_sections)
|
||||||
{
|
{
|
||||||
/* If we are going to put the start and end symbols in different
|
/* If we are going to put the start and end symbols in different
|
||||||
@ -1478,7 +1478,6 @@ out_header (asection *sec, expressionS *exp)
|
|||||||
symbol_set_value_now (start_sym);
|
symbol_set_value_now (start_sym);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
start_sym = symbol_temp_new_now ();
|
start_sym = symbol_temp_new_now ();
|
||||||
end_sym = symbol_temp_make ();
|
end_sym = symbol_temp_make ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user