Age | Commit message (Expand) | Author | Files | Lines |
1993-10-31 | Keep Lynx files | Stan Shebs | 1 | -1/+3 |
1993-10-31 | Keep Lynx files | Stan Shebs | 3 | -0/+11 |
1993-10-31 | * targets.c: Move enum target_flavour outside of struct and change | Jim Kingdon | 2 | -40/+86 |
1993-10-31 | * symfile.h (sym_fns), symfile.c (find_sym_fns), xcoffread.c, | Jim Kingdon | 9 | -45/+27 |
1993-10-31 | * config/tc-hppa.c (subspace_dictionary_chain): Add new ssd_defined | Jeff Law | 2 | -10/+33 |
1993-10-31 | * paread.c: Remove comment about how we should use an "ordinary" | Jim Kingdon | 1 | -2/+1 |
1993-10-31 | * objfiles.h, infcmd.c, symfile.c: Add comments about how various | Jim Kingdon | 4 | -5/+38 |
1993-10-31 | * som.c: Add comment about how abort() on corrupt executable is evil. | Jim Kingdon | 1 | -0/+8 |
1993-10-31 | * write.c (relax_and_size_seg): Correct test to determine | Jeff Law | 2 | -11/+17 |
1993-10-31 | * config/obj-som.h (obj_set_symbol_type): Define a hook so GAS | Jeff Law | 3 | -0/+43 |
1993-10-31 | * read.c (get_stab_string_offset): Set SEC_DEBUGGING for any | Jeff Law | 2 | -2/+9 |
1993-10-31 | Allow backends to override the value of the "fake" label. | Jeff Law | 1 | -0/+19 |
1993-10-31 | * config/tc-i386.h (DOT_LABEL_PREFIX): Delete. | Jeff Law | 1 | -2/+3 |
1993-10-31 | * config/tc-hppa.h (FAKE_LABEL_NAME): Define as L$0\001 so it's | Jeff Law | 1 | -3/+1 |
1993-10-31 | * expr.c (make_expr_symbol): Delete DOT_LABEL_PREFIX code | Jeff Law | 2 | -54/+103 |
1993-10-31 | Rework space/subspace handling in PA code to fully support | Jeff Law | 1 | -0/+24 |
1993-10-31 | Rework space/subspace handling in PA code to fully support | Jeff Law | 1 | -48/+169 |
1993-10-31 | * gas/hppa/unsorted/unsorted.exp (ss_align): Remove OSF xfail. | Jeff Law | 1 | -0/+6 |
1993-10-31 | * gas/hppa/more.parse/parse.exp: Add new test. | Jeff Law | 6 | -0/+32 |
1993-10-30 | * config/tc-hppa.c (pa_parse_space_stmt): If needed, call | Jeff Law | 2 | -0/+32 |
1993-10-30 | * config/tc-hppa.c (pa_parse_space_stmt): Get segment and sort key | Jeff Law | 2 | -5/+8 |
1993-10-30 | * config/tc-hppa.c (pa_export_args): Always set BSF_FUNCTION | Jeff Law | 2 | -2/+16 |
1993-10-30 | * config/tc-hppa.c (tc_gen_reloc): Preliminary stab at handling | Jeff Law | 2 | -17/+49 |
1993-10-30 | * config/tc-hppa.c (pa_comm): Delete incorrect check for symbol | Jeff Law | 2 | -9/+13 |
1993-10-30 | * config/obj-som.[ch]: New files for SOM support. Note SOM | Jeff Law | 1 | -0/+3 |
1993-10-30 | * config/obj-som.[ch]: New files for SOM support in GAS. | Jeff Law | 3 | -0/+174 |
1993-10-30 | * config/ho-hppabsd.h: Delete IO* macros, they are defined in | Jeff Law | 2 | -19/+29 |
1993-10-30 | * gas/all/gas.exp: Disable (and fail) p1480.s for all PA targets. | Jeff Law | 1 | -0/+9 |
1993-10-30 | * symfile.c (reread_symbols): When re-reading symbols, do all the | Jim Kingdon | 11 | -204/+270 |
1993-10-30 | * config/i386/{i386m3.mh,i386mk.mh}, config/mips/mipsm3.mh, | Jim Kingdon | 5 | -9/+9 |
1993-10-30 | * config/obj-coffbfd.c (obj_coff_init_stab_section): Append "str" | Jeff Law | 1 | -1/+5 |
1993-10-30 | put objcopy in alphabetical order | David MacKenzie | 1 | -86/+86 |
1993-10-30 | More LynxOS support | Stan Shebs | 22 | -32/+993 |
1993-10-29 | * gas/hppa/more.parse/parse.exp: Fix typos. | Jeff Law | 2 | -4/+4 |
1993-10-29 | * gas/hppa/more.parse/calldatabug.s: Colonize. | Jeff Law | 1 | -10/+10 |
1993-10-29 | use xmalloc instead of malloc | David MacKenzie | 1 | -0/+4 |
1993-10-29 | * config/tc-hppa.c (md_begin): Disable "-R" option to fold | Jeff Law | 1 | -0/+6 |
1993-10-29 | Back out of last change. Instead: | Jeff Law | 1 | -4/+3 |
1993-10-29 | * as.c (main): Disable "-R" option if NO_FOLD_DATA_AND_TEXT | Jeff Law | 1 | -0/+7 |
1993-10-29 | * config/tc-hppa.h (NO_FOLD_DATA_AND_TEXT): Define. Folding | Jeff Law | 1 | -0/+4 |
1993-10-29 | * as.c (main): Disable "-R" option if NO_FOLD_DATA_AND_TEXT | Jeff Law | 1 | -19/+30 |
1993-10-29 | * TODO: Add idea for "disassemble" with source. | Jim Kingdon | 1 | -1/+2 |
1993-10-29 | mach 386 changes | David MacKenzie | 2 | -0/+2 |
1993-10-29 | test | David MacKenzie | 1 | -0/+1 |
1993-10-29 | test | David MacKenzie | 1 | -1/+1 |
1993-10-29 | * ld.h (flag_is_*): Removed macros. | Ian Lance Taylor | 2 | -5/+12 |
1993-10-29 | * defs.h, findvar.c (extract_floating, store_floating): New functions. | Jim Kingdon | 7 | -107/+95 |
1993-10-29 | Rename a variable that conflicts with Lynx | Stan Shebs | 2 | -14/+20 |
1993-10-29 | * bfd-in.h: Added commands for object file flag values. | Ian Lance Taylor | 2 | -1/+17 |
1993-10-29 | * remote-sim.c (gdbsim_store_register): Change var name so | Steve Chamberlain | 2 | -4/+9 |