aboutsummaryrefslogtreecommitdiff
path: root/ld/deffile.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2022-07-23 00:57:19 +0300
committerMartin Storsjö <martin@martin.st>2022-08-01 23:18:00 +0300
commit61f6b650f9bb7fd276b45427b9202f3263465376 (patch)
tree7c7c11f7225cc35827abcc3f9af8d3fafaff11bd /ld/deffile.h
parent37513c1efbe5e8e1863f8ddf078cd395aa663388 (diff)
downloadgdb-61f6b650f9bb7fd276b45427b9202f3263465376.zip
gdb-61f6b650f9bb7fd276b45427b9202f3263465376.tar.gz
gdb-61f6b650f9bb7fd276b45427b9202f3263465376.tar.bz2
ld: Support the -exclude-symbols option via COFF def files, with the EXCLUDE_SYMBOLS keyword
This was requested in review.
Diffstat (limited to 'ld/deffile.h')
-rw-r--r--ld/deffile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/deffile.h b/ld/deffile.h
index 306ae3a..a247639 100644
--- a/ld/deffile.h
+++ b/ld/deffile.h
@@ -99,6 +99,8 @@ typedef struct def_file {
/* Only expected from .drectve sections, not .DEF files. */
def_file_aligncomm *aligncomms;
+
+ /* From EXCLUDE_SYMBOLS or embedded directives. */
def_file_exclude_symbol *exclude_symbols;
} def_file;