Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-06-16 | * as.c (parse_args): Cast xmalloc return value. | Ken Raeburn | 1 | -0/+2 | |
1994-06-16 | v9, vms changes and some stuff i checked in recently but didn't log | Ken Raeburn | 1 | -0/+34 | |
1994-06-15 | * config/obj-coff.c (coff_frob_symbol): Use C_STAT for the .text | Ian Lance Taylor | 1 | -0/+3 | |
section symbol, not C_LABEL. | |||||
1994-06-15 | * config/tc-mips.c (mips_ip): Permit a modifier in 'o' case. | Ian Lance Taylor | 1 | -2/+3 | |
1994-06-15 | * config/tc-mips.c (mips_ip): Permit non constant expressions in | Ian Lance Taylor | 1 | -0/+5 | |
'u' case: lets lui %hi(foo) work correctly. | |||||
1994-06-13 | * config/obj-aout.c (obj_aout_frob_symbol): Warn about an attempt | Ian Lance Taylor | 1 | -0/+5 | |
to put a common symbol in a set. | |||||
1994-06-11 | Add weak symbols as an extension to a.out. | Ian Lance Taylor | 1 | -0/+14 | |
* read.c (pseudo_set): Only preserve external bit for OBJ_AOUT and OBJ_BOUT if not BFD_ASSEMBLER. * config/aout_gnu.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB): Define as in ../include/aout/aout64.h. * config/obj-aout.h (OBJ_SYMFIELD_TYPE): If not BFD_ASSEMBLER, define as char. (S_GET_WEAK, S_SET_WEAK): Define if not BFD_ASSEMBLER. * config/obj-aout.c (obj_pseudo_table): Add "weak". (obj_emit_symbols): Adjust type of weak symbols. (obj_aout_weak): New static function. | |||||
1994-06-10 | * config/obj-elf.c (obj_elf_section): Don't set any flags based on | Ian Lance Taylor | 1 | -0/+3 | |
the type of a special section. | |||||
1994-06-10 | * config/ho-sunos.h: Include <stdlib.h>. Don't declare malloc, | Ian Lance Taylor | 1 | -0/+5 | |
realloc, free, or atol. | |||||
1994-06-08 | * Makefile.in (check): Delete as.new dependency, so that | Bill Cox | 1 | -0/+5 | |
regression test doesn't trigger an assembler build. | |||||
1994-06-07 | * Makefile.in (mostlyclean, realclean): New targets. | Ian Lance Taylor | 1 | -0/+5 | |
* doc/Makefile.in, testsuite/Makefile.in: Likewise. | |||||
1994-06-06 | * config/tc-mips.c (RDATA_SECTION_NAME): Define. | Ian Lance Taylor | 1 | -0/+9 | |
(macro): Correct M_LI_SS SVR4_PIC/EMBEDDED_PIC case. After M_LI_D or M_L_DOB or label dob, force a new frag to avoid getting confused in tc_gen_reloc. (mips_ip): Use RDATA_SECTION_NAME, not .rdata. (s_change_sec): Likewise. | |||||
1994-06-04 | * read.c (emit_expr): Use memset to zero out memory, rather than | Ian Lance Taylor | 1 | -0/+7 | |
going through md_number_to_chars. This permits handling symbolic arguments when the size is larger than sizeof (valueT), if TC_CONS_FIX_NEW is prepared to handle the case (as it is on MIPS). | |||||
1994-06-03 | * as.c (show_usage), config/tc-alpha.c (md_show_usage), | David MacKenzie | 1 | -0/+3 | |
config/tc-mips.c (md_show_usage): Fix up messages. | |||||
1994-06-03 | * as.h: Replace flagseen with separate variables. | David MacKenzie | 1 | -0/+12 | |
* as.c (parse_args): Set them. Don't accept -1 option, or -v explicitly (it's a synonym for --version). * as.c, input-scrub.c, messages.c, read.c, symbols.c, write.c, config/obj-aout.c, config/obj-aout.h, config/obj-bout.c, config/obj-bout.h, config/obj-coff.c, config/obj-coff.h, config/obj-vms.c, config/tc-hppa.c, config/tc-i386.c, config/tc-i960.c, config/tc-m68k.c, config/tc-mips.c, config/tc-vax.c: Use the new flag variables instead of flagseen. * config/tc-vax.c [OBJ_VMS]: Recognize -+, -1, -v, and document in usage. | |||||
1994-06-03 | * as.c (show_usage): Remove target specific messages; | David MacKenzie | 1 | -0/+17 | |
instead, call md_show_usage. (parse_args): Use getopt_long_only. Take pointers to argc and argv. (main): Pass parse_args pointers. * as.h: Remove 3 variables that are redundant with flagseen. * as.c, messages.c: Change their users to use flagseen. Define getopt stuff. * tc.h: Update md_parse_option decl. Add md_show_usage decl. * config/tc-*.c: Add md_shortopts, md_longopts, md_longopts_size, md_show_usage. Change calling convention for md_parse_option. Remove md_parse_long_option. * config/tc-ns32k.c: Rename `struct option' to `struct ns32k_option'. * config/tc-i386.h: Don't define md_parse_option. | |||||
1994-06-02 | * as.c (show_usage): New function. | David MacKenzie | 1 | -0/+9 | |
(parse_args): Code moved from main. Recognize --help and --version. * config/tc-ns32k.h: Define TC_NS32K. * doc/as.texinfo: Document all of the target-independent command line options. | |||||
1994-06-02 | Various changes.. | Ken Raeburn | 1 | -2/+47 | |
1994-06-01 | * config/tc-mips.c (mips_ip): Force floating point values to be | Ian Lance Taylor | 1 | -0/+5 | |
aligned correctly. | |||||
1994-05-27 | put current timestamp on merge log | Ken Raeburn | 1 | -1/+1 | |
1994-05-27 | changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs) | Ken Raeburn | 1 | -0/+64 | |
1994-05-20 | * as.h: Don't declare parameters for strstr. | Ian Lance Taylor | 1 | -0/+4 | |
1994-05-19 | * config/tc-sparc.c (md_section_align): Don't change the size if | Ian Lance Taylor | 1 | -0/+5 | |
OBJ_ELF. | |||||
1994-05-18 | * Makefile.in (install): Redirect ln output to /dev/null. If ln | Ian Lance Taylor | 1 | -0/+5 | |
fails on gasp, install gasp.new, not gasp. | |||||
1994-05-18 | * config/tc-hppa.c (pa_ip): Use R_HPPA_ABS_CALL, not R_HPPA for | Jeff Law | 1 | -0/+5 | |
absolute calls. | |||||
1994-05-17 | * config/tc-hppa.c (pa_parse_fp_cmp_cond): Report an error | Jeff Law | 1 | -0/+5 | |
on a partial completer match. | |||||
1994-05-16 | * config/tc-hppa.c: Change .hppa_unwind to .PARISC.unwind | Jeff Law | 1 | -0/+11 | |
throughout code. (is_complex): Delete definition and support for complex relocation types. (tc_gen_reloc): Delete special unwind crud for ELF. Simplify and rewrite ELF code based on 94-02-02 PA ELF draft spec. (pa_build_unwind_subspace): Use standard PARISC_DIR32 relocs for the unwind descriptors. | |||||
1994-05-06 | * config/go32.mh: New makefile fragment for go32 crossing. | Steve Chamberlain | 1 | -0/+5 | |
* configure.in (host==go32): Use new fragment. | |||||
1994-05-06 | * gasp.c: Include libiberty.h. | Ian Lance Taylor | 1 | -0/+10 | |
(main): Remove unused variable i. | |||||
1994-05-06 | * symbols.c (symbol_new) [BFD_ASSEMBLER]: Don't permit additions to the symbol | Ken Raeburn | 1 | -0/+5 | |
table if it's already been set in the output bfd. (symbol_begin) [! EMIT_SECTION_SYMBOLS] [RELOC_REQUIRES_SYMBOL]: Don't use bfd_abs_section.symbol for gas absolute symbol. | |||||
1994-05-06 | doc/Makefile.in (distclean, clean-dvi, clean-info): Delete gasp files too. | Ken Raeburn | 1 | -0/+5 | |
1994-05-05 | * config/tc-mips.c (mips_emit_delays): Make call to | Ian Lance Taylor | 1 | -0/+5 | |
mips_no_prev_insn unconditional. | |||||
1994-05-05 | * config/obj-coff*.*: Merged coffbfd versions into coff versions, with a single | Ken Raeburn | 1 | -0/+11 | |
"#ifdef BFD_ASSEMBLER" controlling most of it for now. Deleted obj-coffbfd.* files. * configure.in: Always use obj-coff.* for COFF targets. | |||||
1994-05-04 | * config/tc-m68k.h (TARGET_FORMAT): If not TE_SUN3, define as | Ian Lance Taylor | 1 | -0/+3 | |
"a.out-zero.big". | |||||
1994-05-04 | coff_gnu deletion | Ken Raeburn | 1 | -0/+4 | |
1994-05-04 | * config/obj-coffbfd.c (fixup_segment): Make common symbol and PC | Ian Lance Taylor | 1 | -0/+6 | |
relative adjustments when TE_LYNX is defined as well as when TC_I386 is defined. | |||||
1994-05-04 | adjust_symtab, as.h changes | Ken Raeburn | 1 | -0/+12 | |
1994-05-04 | i386-gnu config, coff sync, i960 coff changes | Ken Raeburn | 1 | -0/+59 | |
1994-05-02 | * subsegs.h (segment_info_type): Use fix_tail field even if | Ian Lance Taylor | 1 | -0/+12 | |
BFD_ASSEMBLER. * subsegs.c (subseg_change): Initialize fix_tail field. (subseg_get): Likewise. * write.c (frags_chained): New static variable. (fix_new_internal): If frags_chained is set, use fix_root and fix_tail from seg_info (now_seg), rather than frchain_now. (chain_frchains_together_1): Set fix_tail field. (chain_frchains_together): Set frags_chained. | |||||
1994-04-28 | * config/tc-mips.c (s_option): Only refer to g_switch_* variables if GPOPT is | Ken Raeburn | 1 | -0/+8 | |
defined. (s_abicalls): Ditto. (md_apply_fix): Cast char* to unsigned char* to avoid pointer mismatch. | |||||
1994-04-27 | * configure.in (i386-*-go32): Uses coff now. | Steve Chamberlain | 1 | -0/+6 | |
* gasp.c (main): Now takes -D on command line. (show_usage): Describe new options. | |||||
1994-04-26 | m68k changes - optional reg pfx, apollo, delta, init | Ken Raeburn | 1 | -0/+40 | |
1994-04-26 | * config/obj-coffbfd.c (fill_section): Check COFF_NOLOAD_PROBLEM | Ken Raeburn | 1 | -0/+3 | |
also before setting STYP_NOLOAD for .bss section. | |||||
1994-04-26 | * listing.c (list_symbol_table): Print "NO DEFINED SYMBOLS" and "NO UNDEFINED | Ken Raeburn | 1 | -0/+6 | |
SYMBOLS" if there aren't any, instead of displaying the header with an empty list. | |||||
1994-04-25 | * doc/Makefile.in (clean, distclean): Remove asconfig.texi. | Ian Lance Taylor | 1 | -0/+4 | |
1994-04-25 | as.c, read.c log entries i forgot to check in friday | Ken Raeburn | 1 | -0/+8 | |
1994-04-24 | * config/tc-hppa.c (pa_ip): 13 bit immediate constant (for break | Jeff Law | 1 | -0/+5 | |
instruction) is unsigned. | |||||
1994-04-22 | * config/obj-ecoff.c (ecoff_frob_file): Use bfd_ecoff_set_gp_value | Ian Lance Taylor | 1 | -0/+6 | |
and bfd_ecoff_set_regmasks to set the GP value and the register masks, rather than using the now obsolete fake .reginfo section. | |||||
1994-04-22 | * config/obj-coff.c (obj_symbol_new_hook): Don't need to strip underscores, | Ken Raeburn | 1 | -0/+4 | |
since symbol_new will already have done it. * config/obj-coffbfd.c (obj_symbol_new_hook): Ditto. | |||||
1994-04-22 | * listing.c (list_symbol_table): Don't print register symbols as undefined. | Ken Raeburn | 1 | -0/+5 | |