mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
Remove trad_frame_set_reg_unknown declaration
The trad_frame_set_reg_unknown declaration was added in commit
0db9b4b709
(March 2004), but apparently never defined or referenced.
gdb/ChangeLog:
* trad-frame.h (trad_frame_set_reg_unknown): Remove declaration.
This commit is contained in:
parent
09635af7cd
commit
86db008d5a
@ -1,3 +1,7 @@
|
||||
2014-09-09 James Hogan <james.hogan@imgtec.com>
|
||||
|
||||
* trad-frame.h (trad_frame_set_reg_unknown): Remove declaration.
|
||||
|
||||
2014-09-09 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* i386-linux-nat.c, x86-linux-nat.c: Add <sys/uio.h> #include.
|
||||
|
@ -43,8 +43,6 @@ CORE_ADDR trad_frame_get_this_base (struct trad_frame_cache *this_trad_cache);
|
||||
|
||||
void trad_frame_set_reg_realreg (struct trad_frame_cache *this_trad_cache,
|
||||
int regnum, int realreg);
|
||||
void trad_frame_set_reg_unknown (struct trad_frame_cache *this_trad_cache,
|
||||
int regnum, CORE_ADDR addr);
|
||||
void trad_frame_set_reg_addr (struct trad_frame_cache *this_trad_cache,
|
||||
int regnum, CORE_ADDR addr);
|
||||
void trad_frame_set_reg_value (struct trad_frame_cache *this_cache,
|
||||
|
Loading…
Reference in New Issue
Block a user