Remove definition of VEC (CORE_ADDR)
gdb/ChangeLog: * common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
This commit is contained in:
parent
f2f46dfcda
commit
b560ebd660
@ -1,3 +1,7 @@
|
||||
2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
|
||||
|
||||
2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* solib-target.c: Include <vector>
|
||||
|
@ -31,8 +31,6 @@ DEF_VEC_P (const_char_ptr);
|
||||
|
||||
DEF_VEC_I (int);
|
||||
|
||||
DEF_VEC_I (CORE_ADDR);
|
||||
|
||||
extern void free_char_ptr_vec (VEC (char_ptr) *char_ptr_vec);
|
||||
|
||||
extern struct cleanup *
|
||||
|
Loading…
Reference in New Issue
Block a user