diff options
author | Tom Tromey <tom@tromey.com> | 2025-01-31 11:28:48 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2025-02-19 17:57:15 -0700 |
commit | 2e8e54fc54c196f49f4b975dc88997b79bae92e9 (patch) | |
tree | 2b1f3a39a2a223a550ce653f2b3c217fc9cd4c38 /gdb/symtab.h | |
parent | e17e25351f1248cd791f54d17db6f81000301bec (diff) | |
download | binutils-2e8e54fc54c196f49f4b975dc88997b79bae92e9.zip binutils-2e8e54fc54c196f49f4b975dc88997b79bae92e9.tar.gz binutils-2e8e54fc54c196f49f4b975dc88997b79bae92e9.tar.bz2 |
Move producer_is_realview to producer.c
This moves the producer_is_realview to producer.c.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index cd9220c..7927380 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -2750,10 +2750,6 @@ extern struct block_symbol const char *name, const domain_search_flags domain); -/* Return 1 if the supplied producer string matches the ARM RealView - compiler (armcc). */ -bool producer_is_realview (const char *producer); - extern unsigned int symtab_create_debug; /* Print a "symtab-create" debug statement. */ |