mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
Minor reformatting in dwarf2read.c:psymtabs_addrmap_cleanup.
Really a tiny insignificant detail that just happened to catch my attention. Fixed thusly. 2010-06-17 Joel Brobecker <brobecker@adacore.com> * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after last local variable declaration. No real code change.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2010-06-17 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
|
||||||
|
last local variable declaration. No real code change.
|
||||||
|
|
||||||
2010-06-17 Tom Tromey <tromey@redhat.com>
|
2010-06-17 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* dwarf2read.c (psymtabs_addrmap_cleanup): New function.
|
* dwarf2read.c (psymtabs_addrmap_cleanup): New function.
|
||||||
|
@ -2001,6 +2001,7 @@ static void
|
|||||||
psymtabs_addrmap_cleanup (void *o)
|
psymtabs_addrmap_cleanup (void *o)
|
||||||
{
|
{
|
||||||
struct objfile *objfile = o;
|
struct objfile *objfile = o;
|
||||||
|
|
||||||
objfile->psymtabs_addrmap = NULL;
|
objfile->psymtabs_addrmap = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user