8e57e1d134
2010-04-30 Tristan Gingold <gingold@adacore.com> * vms-lib.c (struct lib_tdata): Field artdata added, fields nbr_syms and syms removed. (struct carsym_mem): New structure. (vms_add_index): New function. (vms_add_indexes_from_list): New function. (vms_traverse_index): Parameter carsym changed to carsym_mem. Code adjusted to handle elfidx. (vms_lib_read_index): Adjusted for vms_traverse_index changes. Parameter NBREL is now a pointer. (_bfd_vms_lib_archive_p): Adjust for above change. Handle ia64 archives. (_bfd_vms_lib_mkarchive): Adjusted for changes in struct lib_tdata. (_bfd_vms_lib_find_symbol): Ditto. (vms_lib_bopen): Fix two typos: return FALSE in case of error, check MHD id. * vms-alpha.c (alpha_vms_link_add_archive_symbols): Adjust for changes of _bfd_vms_lib_find_symbol. include/vms 2010-04-30 Tristan Gingold <gingold@adacore.com> * lbr.h (LBR__C_TYP_ISHSTB): Added. (LHD_SANEID4): Renamed to ... (LHD_SANEID6): ... this. (LBR_MAJORID, LBR_ELFMAJORID): New macros. (struct vms_rfa): New structure. (struct vms_idxdef): Renamed to ... (struct vms_idx): ... this. (struct vms_idxdef2): Renamed to ... (struct vms_elfidx): ... this. (ELFIDX__WEAK, ELFIDX__GROUP, ELFIDX__LISTRFA, ELFIDX__SYMESC): New macros. (struct vms_lhs, struct vms_lns): New structures. (struct vms_mhd): Add missing fields. (MHD__C_MHDLEN): New macro.
53 lines
1.9 KiB
Text
53 lines
1.9 KiB
Text
2010-04-30 Tristan Gingold <gingold@adacore.com>
|
|
|
|
* lbr.h (LBR__C_TYP_ISHSTB): Added.
|
|
(LHD_SANEID4): Renamed to ...
|
|
(LHD_SANEID6): ... this.
|
|
(LBR_MAJORID, LBR_ELFMAJORID): New macros.
|
|
(struct vms_rfa): New structure.
|
|
(struct vms_idxdef): Renamed to ...
|
|
(struct vms_idx): ... this.
|
|
(struct vms_idxdef2): Renamed to ...
|
|
(struct vms_elfidx): ... this.
|
|
(ELFIDX__WEAK, ELFIDX__GROUP, ELFIDX__LISTRFA, ELFIDX__SYMESC): New
|
|
macros.
|
|
(struct vms_lhs, struct vms_lns): New structures.
|
|
(struct vms_mhd): Add missing fields.
|
|
(MHD__C_MHDLEN): New macro.
|
|
|
|
2010-03-31 Tristan Gingold <gingold@adacore.com>
|
|
|
|
* dcx.h: New file.
|
|
* dsc.h: New file.
|
|
* esdfm.h: New file.
|
|
* esdfv.h: New file.
|
|
* internal.h: New file.
|
|
* lbr.h: New file.
|
|
* prt.h: New file.
|
|
* shl.h (struct vms_shl): Add comments.
|
|
* esrf.h (ESRF__B_NAMLNG): New macro.
|
|
* esdf.h (ESDF__B_NAMLNG): New macro.
|
|
* emh.h: Add macros for fields maximum value.
|
|
* eisd.h (EISD__M_PROTECT): Fix typo in comment.
|
|
Add macros for offsets, version, section type and match control.
|
|
Merge vms_eisd_ext into vms_eisd.
|
|
* eihvn.h (EIHVN__MULTI_PROCESSING_BIT, EIHVN__GALAXY_BIT): Added.
|
|
* eihs.h: Remove blank line.
|
|
* eihd.h (struct vms_eihd): Add comments, add image subtype names.
|
|
* eiha.h (struct vms_eiha): Add inishr and inishr_h fields.
|
|
* eiaf.h (struct vms_eiaf): Fix base_va size.
|
|
* egsy.h: Add comments.
|
|
* egsd.h: Remove blank line.
|
|
* egps.h: Add flag names.
|
|
* eeom.h (EEOM__M_WKTFR): Added.
|
|
* dst.h (DST__K_CXX): Added, and reident languages.
|
|
(DST__K_SRC_INCRLNUM_B): Added.
|
|
Indent and order pcline commands.
|
|
Add record begin/end, enumerations, type specification, value
|
|
specification, label, discontinue range definitions.
|
|
|
|
2010-02-17 Tristan Gingold <gingold@adacore.com>
|
|
|
|
* dmt.h, dst.h, eeom.h, egps.h, egsd.h, egst.h, egsy.h: New Files.
|
|
* eiaf.h, eicp.h, eiha.h, eihd.h, eihi.h, eihs.h, eihvn.h: Ditto.
|
|
* eisd.h, emh.h, eobjrec.h, esdf.h, esrf.h, etir.h, shl.h: Ditto.
|