]> Git Repo - binutils.git/blobdiff - gas/ChangeLog
* config/ho-sunos.h: Include <stdlib.h>. Don't declare malloc,
[binutils.git] / gas / ChangeLog
index 4aac56ee47b6c4ddef97a1e21d7eb90ec36e87e7..b5e37516a4e1f5b6dcc8aba414e9baf48cbde951 100644 (file)
@@ -1,3 +1,75 @@
+Fri Jun 10 13:48:49 1994  Ian Lance Taylor  ([email protected])
+
+       * config/ho-sunos.h: Include <stdlib.h>.  Don't declare malloc,
+       realloc, free, or atol.
+
+Wed Jun  8 06:28:37 1994  Bill Cox  ([email protected])
+
+       * Makefile.in (check): Delete as.new dependency, so that
+       regression test doesn't trigger an assembler build.
+
+Tue Jun  7 13:33:18 1994  Ian Lance Taylor  ([email protected])
+
+       * Makefile.in (mostlyclean, realclean): New targets.
+       * doc/Makefile.in, testsuite/Makefile.in: Likewise.
+
+Mon Jun  6 13:10:54 1994  Ian Lance Taylor  ([email protected])
+
+       * config/tc-mips.c (RDATA_SECTION_NAME): Define.
+       (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.
+
+Fri Jun  3 23:35:36 1994  Ian Lance Taylor  ([email protected])
+
+       * read.c (emit_expr): Use memset to zero out memory, rather than
+       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).
+
+Fri Jun  3 12:50:13 1994  David J. MacKenzie  ([email protected])
+
+       * as.c (show_usage), config/tc-alpha.c (md_show_usage),
+       config/tc-mips.c (md_show_usage): Fix up messages.
+
+       * as.h: Replace flagseen with separate variables.
+       * 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. 
+
+       * as.c (show_usage): Remove target specific messages;
+       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.
+
+Thu Jun  2 13:54:46 1994  David J. Mackenzie  ([email protected])
+
+       * as.c (show_usage): New function.
+       (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.
+
 Thu Jun  2 12:07:25 1994  Ken Raeburn  ([email protected])
 
        * gasp.c (hash_new_table): Clear newly allocated table.
This page took 0.034456 seconds and 4 git commands to generate.