mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
xcoffread.c: delete 'within_function' definition
Linking GDB as a C++ program, we get: src/gdb/buildsym.c:226: multiple definition of `within_function' xcoffread.o:src/gdb/xcoffread.c:181: first defined here gdb/ 2015-02-11 Pedro Alves <palves@redhat.com> * xcoffread.c (within_function): Delete.
This commit is contained in:
parent
e36122e9d7
commit
18ad82c163
@ -1,3 +1,7 @@
|
||||
2015-02-11 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* xcoffread.c (within_function): Delete.
|
||||
|
||||
2015-02-11 Tom Tromey <tromey@redhat.com>
|
||||
Pedro Alves <palves@redhat.com>
|
||||
|
||||
|
@ -119,11 +119,6 @@ static CORE_ADDR first_object_file_end;
|
||||
|
||||
#define INITIAL_STABVECTOR_LENGTH 40
|
||||
|
||||
/* Nonzero if within a function (so symbols should be local,
|
||||
if nothing says specifically). */
|
||||
|
||||
int within_function;
|
||||
|
||||
/* Size of a COFF symbol. I think it is always 18, so I'm not sure
|
||||
there is any reason not to just use a #define, but might as well
|
||||
ask BFD for the size and store it here, I guess. */
|
||||
|
Loading…
Reference in New Issue
Block a user