diff options
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h index 48d5a7383da..279a25b7a44 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -403,6 +403,13 @@ extern int sdb_begin_function_line; #ifdef BUFSIZ extern FILE *asm_out_file; #endif + +/* The first global object in the file. */ +extern const char *first_global_object_name; + +/* The first weak object in the file. */ +extern const char *weak_global_object_name; + /* Nonzero if function being compiled doesn't contain any calls (ignoring the prologue and epilogue). This is set prior to local register allocation and is valid for the remaining |