2002-04-24 Elena Zannoni <ezannoni@redhat.com>
* dwarf2.h: Add DW_AT_GNU_vector.
This commit is contained in:
parent
eaa75b70e3
commit
e1a6dac2af
|
@ -1,3 +1,7 @@
|
||||||
|
2002-04-24 Elena Zannoni <ezannoni@redhat.com>
|
||||||
|
|
||||||
|
* dwarf2.h: Add DW_AT_GNU_vector.
|
||||||
|
|
||||||
2002-02-13 Matt Fredette <fredette@netbsd.org>
|
2002-02-13 Matt Fredette <fredette@netbsd.org>
|
||||||
|
|
||||||
* m68k.h (EF_M68000): Define.
|
* m68k.h (EF_M68000): Define.
|
||||||
|
|
|
@ -328,6 +328,7 @@ enum dwarf_attribute
|
||||||
DW_AT_src_coords = 0x2104,
|
DW_AT_src_coords = 0x2104,
|
||||||
DW_AT_body_begin = 0x2105,
|
DW_AT_body_begin = 0x2105,
|
||||||
DW_AT_body_end = 0x2106,
|
DW_AT_body_end = 0x2106,
|
||||||
|
DW_AT_GNU_vector = 0x2107,
|
||||||
/* VMS Extensions. */
|
/* VMS Extensions. */
|
||||||
DW_AT_VMS_rtnbeg_pd_address = 0x2201
|
DW_AT_VMS_rtnbeg_pd_address = 0x2201
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue