mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-07 13:39:43 +08:00
PR gdb/14917:
* server.h (current_insn_ptr, emit_error): Declare 'extern'.
This commit is contained in:
parent
79056107ed
commit
e90e9ad971
@ -1,3 +1,8 @@
|
||||
2012-12-05 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
PR gdb/14917:
|
||||
* server.h (current_insn_ptr, emit_error): Declare 'extern'.
|
||||
|
||||
2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
|
||||
|
||||
* configure.ac: Check for linux/perf_event.h.
|
||||
|
@ -523,8 +523,8 @@ CORE_ADDR get_get_tsv_func_addr (void);
|
||||
function in the IPA. */
|
||||
CORE_ADDR get_set_tsv_func_addr (void);
|
||||
|
||||
CORE_ADDR current_insn_ptr;
|
||||
int emit_error;
|
||||
extern CORE_ADDR current_insn_ptr;
|
||||
extern int emit_error;
|
||||
|
||||
/* Version information, from version.c. */
|
||||
extern const char version[];
|
||||
|
Loading…
Reference in New Issue
Block a user