aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-hppa.c
AgeCommit message (Expand)AuthorFilesLines
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
1993-10-30 * config/tc-hppa.c (pa_export_args): Always set BSF_FUNCTIONJeff Law1-2/+13
1993-10-30 * config/tc-hppa.c (tc_gen_reloc): Preliminary stab at handlingJeff Law1-17/+46
1993-10-30 * config/tc-hppa.c (pa_comm): Delete incorrect check for symbolJeff Law1-9/+10
1993-10-29 * config/tc-hppa.c (md_begin): Disable "-R" option to foldJeff Law1-0/+6
1993-10-29 * config/tc-hppa.c (md_pseudo_table): Default alignment is 8 forJeff Law1-2/+2
1993-10-28 * config/tc-hppa.c (pa_parse_space_stmt): AdvanceJeff Law1-1/+6
1993-10-28 Merge with current Utah code:Jeff Law1-219/+89
1993-10-26(tc_gen_reloc): ELF32_HPPA_R_ADDEND -> HPPA_R_ADDEND.Ken Raeburn1-3225/+2707
1993-10-06 Changes to let cons handle bignums like general expressions.Ian Lance Taylor1-91/+37
1993-09-09gcc -Wall cleanups from UtahKen Raeburn1-33/+9
1993-09-03more Utah changes, some cleanup of mineKen Raeburn1-314/+475
1993-07-12fix definitions of md_create_long_jump, md_create_short_jump,Mark Eichin1-0/+6941