summaryrefslogtreecommitdiff
path: root/bfd/libhppa.h
Commit message (Collapse)AuthorAgeFilesLines
* update copyright datesAlan Modra2009-09-021-1/+1
|
* Switch sources over to use the GPL version 3Nick Clifton2007-07-031-3/+4
|
* Update the address and phone number of the FSF organization in the GPL noticesNick Clifton2005-05-041-1/+1
|
* Update the FSF address in the copyright/GPL noticeNick Clifton2005-05-041-1/+1
|
* * elf-bfd.h: Remove PARAMS macro. Replace PTR with void *.Alan Modra2003-08-071-73/+48
| | | | | | | | | | | | | (NAME): Use ## rather than CONCAT4 macro. * elfcode.h: Remove one remaining PARAMS macro. * elf-eh-frame.c: Convert to C90, remove unneeded casts and prototypes. * elf-strtab.c: Likewise. * elf-hppa.h: Likewise. * elf32-hppa.h: Likewise. * elf32-hppa.c: Likewise. (elf32_hppa_add_symbol_hook): Delete. (elf_backend_add_symbol_hook): Don't define. * libhppa.h: Convert to C90. Replace INLINE with inline.
* Update copyright noticesNick Clifton2001-03-081-1/+1
|
* Restore hppa-elf32 to working order.Alan Modra2000-07-091-354/+261
|
* * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,Jeff Law2000-05-191-10/+10
| | | | | | re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn. (hppa_rebuild_insn): Mask immediate bits here instead. * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
* Fix thinko in 2000-05-02 change.Alan Modra2000-05-041-1/+1
|
* Assorted code cleanup and fixes for hppa. Re-enable elf32-hppa asAlan Modra2000-05-021-320/+277
| | | | it now compiles even if it doesn't work too well.
* Correctly check gcc version.Alan Modra2000-04-291-2/+2
|
* * libhppa.h (dis_assemble_16): New function.Jeff Law2000-04-241-1/+27
| | | | (pa_arch): Added pa20w element.
* Fix typo in last change.Jeff Law1999-10-171-1/+1
|
* * libhppa.h (bfd_hppa_insn2fmt): Change to return an int.Jeff Law1999-10-171-3/+3
|
* * som.c (NO_PCREL_MODES): Define if the system does not defineJeff Law1999-09-191-0/+43
| | | | | | | | | | | | R_SHORT_PCREL_MODE. (hppa_som_gen_reloc_type): Handle both short and long pcrel branches. (som_write_fixups): Eliminate redundant pcrel mode relocs. Handle R_LONG_PCREL_MODE and R_SHORT_PCREL_MODE * libhppa.h (dis_assemble_22): New function. (bfd_hppa_insn2fmt): Handle long branch. * libhppa.h (bfd_hppa_insn2fmt): Decode and handle formats found in PA2.0.
* * libhppa.h (R_HPPA_LTPSEL, R_HPPA_RTPSEL): New field selectorsJeff Law1999-08-051-2/+6
| | | | (e_ltpsel, e_rtpsel): Similarly.
* * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1999-07-121-2/+3
| | | | | | | | | | | | | | | | | | | | | 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.
* * libhppa.h: Revert July 2, 1999 patch.Jeff Law1999-07-061-0/+15
|
* * libhppa.h (HPPA_R_ARG_RELOC): Delete.Jeff Law1999-07-021-15/+0
| | | | (HPPA_R_CONSTANT, HPPA_R_ADDEND): Likewise.
* * libhppa.h: Fix various formatting errors.Jeff Law1999-06-161-61/+42
| | | | | (assemble_3); Rewrite using CATENATE. (assemble_17): Fix various bugs.
* Initial revisionRichard Henderson1999-05-031-0/+700