mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* buildsym.h (subfiles): Move ...
* buildsym.c (subfiles): ... to here and make static.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2007-11-15 Doug Evans <dje@google.com>
|
2007-11-15 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* buildsym.h (subfiles): Move ...
|
||||||
|
* buildsym.c (subfiles): ... to here and make static.
|
||||||
|
|
||||||
* symmisc.c (maintenance_info_symtabs): Print linetable info.
|
* symmisc.c (maintenance_info_symtabs): Print linetable info.
|
||||||
|
|
||||||
2007-11-15 Markus Deuling <deuling@de.ibm.com>
|
2007-11-15 Markus Deuling <deuling@de.ibm.com>
|
||||||
|
@ -55,6 +55,10 @@
|
|||||||
|
|
||||||
#include "stabsread.h"
|
#include "stabsread.h"
|
||||||
|
|
||||||
|
/* List of subfiles. */
|
||||||
|
|
||||||
|
static struct subfile *subfiles;
|
||||||
|
|
||||||
/* List of free `struct pending' structures for reuse. */
|
/* List of free `struct pending' structures for reuse. */
|
||||||
|
|
||||||
static struct pending *free_pendings;
|
static struct pending *free_pendings;
|
||||||
|
@ -71,8 +71,6 @@ struct subfile
|
|||||||
struct symtab *symtab;
|
struct symtab *symtab;
|
||||||
};
|
};
|
||||||
|
|
||||||
EXTERN struct subfile *subfiles;
|
|
||||||
|
|
||||||
EXTERN struct subfile *current_subfile;
|
EXTERN struct subfile *current_subfile;
|
||||||
|
|
||||||
/* Global variable which, when set, indicates that we are processing a
|
/* Global variable which, when set, indicates that we are processing a
|
||||||
|
Reference in New Issue
Block a user