aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-hppa.c
AgeCommit message (Expand)AuthorFilesLines
1994-04-18 * config/tc-hppa.c (pa_parse_space_stmt): Use the built-inJeff Law1-8/+36
1994-04-11 * config/tc-hppa.c (pa_procend): Handle case where label wasJeff Law1-2/+37
1994-04-11 * config/tc-hppa.c (pa_procend): Give an error if we encounter aJeff Law1-0/+3
1994-04-07 * config/tc-hppa.h (elf_tc_symbol): Delete. No longer used.Jeff Law1-24/+0
1994-04-05 * config/tc-hppa.c (tc_gen_reloc): Fix thinko in ELF version.Jeff Law1-3/+2
1994-03-27 * config/tc-hppa.c (tc_gen_reloc): Set addend for relocationJeff Law1-24/+32
1994-03-17 * config/tc-hppa.c (pa_import): Correctly handle importing of anJeff Law1-17/+31
1994-03-17 * config/tc-hppa.c (pa_equ): Handle both .reg and .equ correctly.Jeff Law1-1/+4
1994-03-16 * config/tc-hppa.c (pa_callinfo): Accept "millicode" as anJeff Law1-1/+12
1994-03-02 * config/tc-hppa.c: Add a few casts to make HP C compiler happy.Jeff Law1-5/+8
1994-02-26 * config/tc-hppa.c (hppa_tc_symbol): Call PA ELF BFD version.Jeff Law1-136/+15
1994-01-19 * config/tc-hppa.c: Disable multiple $CODE$ subspace code. ItJeff Law1-0/+8
1994-01-17 * config/tc-hppa.c (pa_ip): Explicitly check for comma before 'u'Jeff Law1-0/+4
1994-01-17 * config/tc-hppa.c (pa_ip): Handle 'N', 'O', 'o', '0', '1', 'u',Jeff Law1-4/+48
1994-01-13 * config/obj-som.c (som_frob_file): Call adjust_code_sectionsJeff Law1-14/+68
1994-01-13 * config/tc-hppa.c (hppa_fix_struct): Add new "segment" field.Jeff Law1-5/+17
1994-01-10 * config/tc-hppa.c (pa_ip): Put check for missing label on .PROCJeff Law1-166/+172
1993-12-20* as.c (main): Only invoke md_end if it's defined as a macro.Ken Raeburn1-8/+10
1993-12-16* config/tc-vax.c (tc_aout_fix_to_chars): Local variable NBYTES_R_LENGTH nowKen Raeburn1-26/+0
1993-12-15 * config/tc-hppa.c (md_apply_fix): Handle cases where noJeff Law1-1/+8
1993-12-14 * config/tc-hppa.c (md_apply_fix): Do not call hppa_field_adjustJeff Law1-1/+4
1993-12-06 * config/obj-som.[ch] (obj_read_begin_hook): Remove last change.Jeff Law1-244/+10
1993-12-06 * config/obj-som.c (obj_som_version): Pass version string toJeff Law1-35/+15
1993-12-06 * config/tc-hppa.c (tc_gen_reloc, SOM version): Handle relocationJeff Law1-21/+18
1993-12-06 * config/tc-hppa.c (evaluate_absolute): Support e_rrsel andJeff Law1-8/+9
1993-12-03 * config/tc-hppa.c (md_apply_fix): Delete old wrapper function.Jeff Law1-44/+32
1993-12-03Lots of changes for:Ken Raeburn1-15/+1
1993-12-01 * config/tc-hppa.c (hppa_elf_mark_end_of_function): New function.Jeff Law1-43/+71
1993-11-30 * write.c (TC_FORCE_RELOCATION): Provide a default definition.Jeff Law1-2/+33
1993-11-28 * config/tc-hppa.c (fix_new_hppa): Make sure a sub_symbolJeff Law1-52/+2
1993-11-24 * config/tc-hppa.c (pa_procend): Do not call process_exit.Jeff Law1-9/+2
1993-11-17 * config/tc-hppa.c (pa_ip): Fix thinko in 21bit range check.Jeff Law1-128/+130
1993-11-12 * config/tc-hppa.c (hppa_fix_struct): Use a real type for theJeff Law1-5/+18
1993-11-11 * config/tc-hppa.c (pa_type_args): For .import statements,Jeff Law1-2/+10
1993-11-09 * config/tc-hppa.c (evaluate_absolute): Avoid relying onJeff Law1-1/+2
1993-11-09 * config/tc-hppa.c (pa_type_args): Renamed from pa_export_args.Jeff Law1-497/+370
1993-11-07 * config/tc-hppa.h (SEG_DIFF_ALLOWED): Delete definition.Jeff Law1-0/+6
1993-11-07 * config/tc-hppa.c (create_new_subspace): Initialize subspace_defined.Jeff Law1-0/+4
1993-11-07 * config/tc-hppa.c (pa-ip, case 'z'): Make field selectors workJeff Law1-1/+3
1993-11-07 * config/tc-hppa.c: (update_subspace): Fix type and name of lastJeff Law1-8/+9
1993-11-07 * config/tc-hppa.c (cons_fix_new_hppa): Reset field selectorJeff Law1-1/+4
1993-11-03 * tc-hppa.c: Add %dp and %rp as synonyms for %r27 and %r2 in theJeff Law1-10/+29
1993-11-02 * config/obj-som.h (obj_attach_unwind_info): Define as a hookJeff Law1-6/+61
1993-11-02 * config/tc-hppa.c (process_exit): Create temporary symbols withJeff Law1-2/+2
1993-11-02 * config/tc-hppa.c (call_info struct): Delete unused "frame" field.Jeff Law1-7/+4
1993-10-31 * config/tc-hppa.c (subspace_dictionary_chain): Add new ssd_definedJeff Law1-10/+21
1993-10-31 * config/obj-som.h (obj_set_symbol_type): Define a hook so GASJeff Law1-0/+32
1993-10-31 Rework space/subspace handling in PA code to fully supportJeff Law1-48/+169
1993-10-30 * config/tc-hppa.c (pa_parse_space_stmt): If needed, callJeff Law1-0/+23
1993-10-30 * config/tc-hppa.c (pa_parse_space_stmt): Get segment and sort keyJeff Law1-5/+5