summaryrefslogtreecommitdiff
path: root/bfd/vms-misc.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright noticesNick Clifton2001-03-081-1/+2
|
* 2001-02-18 Kazu Hirata <kazu@hxi.com>Kazu Hirata2001-02-181-110/+104
| | | | * vms-misc.c: Fix formatting.
* 2001-01-23 H.J. Lu <hjl@gnu.org>H.J. Lu2001-01-231-1/+2
| | | | | * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf) is NULL or PRIV(vms_rec) is outside of the buffer.
* 2000-12-26 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-12-261-41/+17
| | | | | | | | * vaxnetbsd.c: Fix formatting. * versados.c: Likewise. * vms-gsd.c: Likewise. * vms-hdr.c: Likewise. * vms-misc.c: Likewise.
* Add default case to file_format switch.Nick Clifton2000-12-181-13/+14
|
* 2000-06-14 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-141-0/+3
| | | | | * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_rec) is NULL.
* * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1999-07-121-3/+5
| | | | | | | | | | | | | | | | | | | | | as appropriate. Use EMPTY_HOWTO as appropriate. Fill in structure initializations. Add casts. * reloc.c (EMPTY_HOWTO): Define. * bfd-in2.h: Rebuild. * coff-h8300.c (h8300_reloc16_extra_cases): Remove useless comparisons against 0. * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Change previous_ibfd_e_flags to unsigned long. * vms.h (struct vms_private_data_struct): Change section_count to unsigned. * vms-gsd.c (_bfd_vms_slurp_gsd): Change psect_idx to unsigned. (_bfd_vms_write_gsd): Change symnum to unsigned. * vms-hdr.c (_bfd_vms_write_hdr): Change symnum to unsigned. * vms-tir.c (etir_sta): Change psect to unsigned. (alloc_section): Change idx to unsigned. (tir_sta, tir_ctl): Change psect to unsigned. (_bfd_vms_write_tir): Change len and before to bfd_size_type. * vms.c (priv_section_count): Change to unsigned.
* * Many files: Changes to avoid gcc warnings: Remove unused localIan Lance Taylor1999-07-121-4/+2
| | | | | | | | | | | | | | | | | | | variables. Add default case to enum switches. * coff-arm.c (bfd_arm_allocate_interworking_sections): Only compile if not COFF_IMAGE_WITH_PE. (record_arm_to_thumb_glue, record_thumb_to_arm_glue): Likewise. (bfd_arm_get_bfd_for_interworking): Likewise. (bfd_arm_process_before_allocation): Likewise. * epoc-pei-arm.c: Don't rename bfd_arm functions. * pei-arm.c: Likewise. * elf32-mips.c (mips_elf_link_hash_table_create): Don't declare. (MIPS_ELF_ADD_DYNAMIC_ENTRY): Correct last change. (mips_elf_got16_entry): Put parens around & in body of ==. (mips_elf_calculate_relocation): Correct test for empty string. * vms-gsd.c: Use _bfd_error_handler rather than fprintf to stderr. * vms-misc.c (_bfd_vms_length_hash_symbol): Correct sprintf format.
* * vms-misc.c (_bfd_vms_hash_newfunc): Fix use of uninitializedAndreas Schwab1999-06-021-1/+2
| | | | variable.
* Initial revisionRichard Henderson1999-05-031-0/+1145