aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1992-02-17fighting bitrot in a major wayK. Richard Pixley1-1321/+4
1992-01-25 * listing.c, config/obj-aout.c: added intermixedSteve Chamberlain1-0/+5
source/assembler file listings to files with stabs in them.
1992-01-24 * symbols.c(colon): if a symbol is being multiply defined as exactlySteve Chamberlain1-0/+12
the same value, then don't cause a fatal error. This fixes P00000616 - where a def _foo= . followed by foo: is seen.
1992-01-08Wed Jan 8 11:26:40 1992 Steve Chamberlain (sac at rtl.cygnus.com)Steve Chamberlain1-0/+18
Added support for listings * Makefile.in: include listing.[co] * as.c: parse -l * as.h: include listing.h, include listing hook into frag * frags.c (frag_new): hook for creating line number info * messages.c (as_warn, as_bad): remember message for listing * read.c: add new pseudos to the table * write.c: (relax_segment): need to cope with branches with 0 offsets, so create M68K_AIM_KLUDGE- this came to light because listings make lots of zero length frags. * listing.c, listing.h: new files
1992-01-05Add declaration of free() to config/ho-generic.hJohn Gilmore1-0/+2
1992-01-05* as.h: Move redefine of xfree.John Gilmore1-0/+14
* read.c: Use xmalloc, not malloc. * expr.c, input-scrub.c, write.c: Avoid "know" macros that cover more than one line, since this causes char strings with embedded newlines.
1991-12-11don't close a NULL file pointerK. Richard Pixley1-0/+10
1991-12-07Fri Dec 6 23:16:43 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley1-1/+22
* Makefile.in: install using INSTALL_DATA and INSTALL_PROGRAM. correct include directory locations. added standards.text support. * configure.in: mark this directory as target dependent. Thu Dec 5 22:46:23 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default.
1991-12-01Filename renamingSteve Chamberlain1-0/+6
1991-11-28 * config/obj-coff-bfd: made multiple sections with subsectionsSteve Chamberlain1-0/+6
work. * config/tc-h8300.c: made $ statement sep, and int alloc 2 bytes.
1991-11-26Mon Nov 25 17:26:22 1991 Steve Chamberlain (sac at cygnus.com)Steve Chamberlain1-0/+17
* as.c: (perform_an_assembly_pass): moved declaration of i to avoid a syntax error. Now always create the three default sections when in MANY_SEGMENTS mode. * as.h: New improved way of specifying MANY_SEGMENTS * configure.in: hds object format is now coff-bfd * subsegs.h: add line numbers and section stuff to the segment_info structure. (But go back later and fix.. this is COFF specific)
1991-10-21 * configure.in: added ebmon entry.Steve Chamberlain1-0/+12
* output-file.c (output_file_create, output_file_close) added stuff to use bfd. * write.c: more bfd support * config/obj-coff.c config/obj-coff.h use bfd for swapping header info. * tc-a29k: added the reloc types we support now
1991-10-14Mon Oct 14 11:44:03 1991 Roland H. Pesch (pesch at cygnus.com)Roland Pesch1-0/+4
* doc/Makefile (as.ms): one more sed workaround for texi2roff
1991-10-12 doc/as.texinfo: minor changes for texi2roff-2Roland Pesch1-0/+6
Makefile.in: revise 'doc' target.
1991-04-04Initial revisionK. Richard Pixley1-0/+1196