aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
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-11 * config/tc-h8500.c (build_bytes): Get reloc type right for aSteve Chamberlain3-237/+279
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 Law2-37/+77
1993-12-06 * config/obj-som.c (obj_read_begin_hook): Delete unused function.Jeff Law2-20/+79
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 Raeburn5-73/+6
1993-12-01include fopen-bin.hKen Raeburn1-0/+2
1993-12-01 * config/tc-mips.c (macro): From wilson@cygnus.com: for M_L_DAB,Ian Lance Taylor1-1/+1
1993-12-01 * config/tc-hppa.c (hppa_elf_mark_end_of_function): New function.Jeff Law1-43/+71
1993-12-01 * config/tc-mips.c (macro): Subtract 8 from offset in non PIC l.dIan Lance Taylor1-1/+13
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-28 * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define.Jeff Law1-5/+13
1993-11-24 * config/tc-hppa.c (pa_procend): Do not call process_exit.Jeff Law1-9/+2
1993-11-24 * ecoff.c (ecoff_setup_ext): Renamed from ecoff_build_ext.Ian Lance Taylor2-4914/+228
1993-11-19 * config/obj-coffbfd.c: Use PARAMS rather than EXFUN.Ian Lance Taylor1-25/+19
1993-11-18 * config/tc-mips.c: Check ECOFF_DEBUGGING rather thanIan Lance Taylor1-635/+1462
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-10 * write.h (fixS): Rename fx_callj field to fx_tcbit.Ian Lance Taylor1-2/+2
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-08 * config/tc-mips.c (mips_ip, printInsn): Handle 'k' (from TedIan Lance Taylor1-108/+354
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/ho-hpux.h: Do not include ho-sysv.h. Instead includeJeff Law1-2/+9
1993-11-02 * config/ho-hppaosf.h: Delete _IO* macros. They are defined inJeff Law1-21/+4
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-11-02 * config/obj-som.h (obj_frob_file): Define.Jeff Law1-0/+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 Law2-0/+35
1993-10-31 * config/tc-i386.h (DOT_LABEL_PREFIX): Delete.Jeff Law1-2/+3
1993-10-31 * config/tc-hppa.h (FAKE_LABEL_NAME): Define as L$0\001 so it'sJeff Law1-3/+1
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