Commit Graph

315 Commits

Author SHA1 Message Date
H. Peter Anvin
2ef2f06125 Enable the use of a config.h file and autoheader. At this point we don't
actually *use* the resulting configuration file, but it keeps autoconf
from creating an insanely long compiler command line, which can cause
problems all by itself.  Eventually we can do:

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

... to get the same information.
2003-09-01 04:19:37 +00:00
H. Peter Anvin
bdf061f6e7 -O10 and -O15, not -O5 and -O10 2003-09-01 04:14:15 +00:00
H. Peter Anvin
b5f76fbe9b Now working toward 0.98.38 2003-08-30 05:04:22 +00:00
H. Peter Anvin
cefdfbc070 Support building 16-bit DOS binaries using OpenWatcom 2003-08-30 03:49:30 +00:00
H. Peter Anvin
e68699287c Update for newer RH releases 2003-08-29 21:03:44 +00:00
H. Peter Anvin
634a6607ca %{_arch} doesn't work with newer RPMs; use %{_target_cpu} instead 2003-08-29 20:48:37 +00:00
H. Peter Anvin
3728b63c74 Fix "make doc" 2003-08-29 20:00:26 +00:00
H. Peter Anvin
7a3cf83951 Don't rename the spec file 2003-08-29 19:58:02 +00:00
H. Peter Anvin
2daf5e456a Making the spec file part of dist is something for the Makefile, not
for the release script
2003-08-29 19:56:40 +00:00
H. Peter Anvin
828f00bee3 Include spec file in tarball for rpm -ta 2003-08-29 19:53:10 +00:00
H. Peter Anvin
4fb2184513 Update URLs; make compatible with newer RPMs 2003-08-29 19:50:25 +00:00
H. Peter Anvin
528da1a07d Standard formatting. 2003-08-29 19:37:58 +00:00
H. Peter Anvin
01ca643b5b Document -O2/-O3 change 2003-08-29 19:29:37 +00:00
H. Peter Anvin
9173ab9961 Update documentation slightly; remove weird special-casing of -O2 and -O3 2003-08-29 19:25:46 +00:00
H. Peter Anvin
16b929515e Update 2003-08-29 19:06:40 +00:00
H. Peter Anvin
79e2d9f48d Standard line breaks 2003-08-29 19:05:39 +00:00
H. Peter Anvin
68f2ac1158 Update status 2003-08-29 19:01:46 +00:00
H. Peter Anvin
3f62008ec2 Handle subdirectories 2003-08-29 18:57:50 +00:00
H. Peter Anvin
6ca1f9e21c Remove obsolete comment 2003-08-29 18:55:22 +00:00
Frank Kotler
3ab698a81e Touch up Makefile.b32 2003-08-29 05:15:35 +00:00
H. Peter Anvin
539f81d517 SMSW and SLDT are implicitly 16 bits when accessing memory, but can set
the upper part of a 16-bit register if used with a 32-bit register
argument.
2003-08-27 21:25:44 +00:00
Frank Kotler
d0ed6fd30d Alexei's patch to allow "-I" paths to be searched for "incbin"ed files 2003-08-27 11:33:56 +00:00
Michael K. Ter Louw
1d392362ef Allow leading whitespace on output format specific directives. 2003-08-15 22:25:53 +00:00
Frank Kotler
16486faf30 fix comment in test/lnxhello.asm 2003-08-06 07:13:59 +00:00
Frank Kotler
7fd4f00930 Remove "backslash()" 2003-08-06 07:10:16 +00:00
Nickolay Yurchenko
3f7cddc770 Added -d key (merge duplicate strings) to to compiler keys string. 2003-07-25 21:55:35 +00:00
H. Peter Anvin
3835406920 Document fixing bug 574861 2003-07-16 19:54:49 +00:00
H. Peter Anvin
3198beee7d Fix offset computation in the presence of explicit prefixes. 2003-07-16 19:53:51 +00:00
H. Peter Anvin
a3cacd74f5 Add Linux "hello world" example 2003-07-10 00:40:46 +00:00
H. Peter Anvin
2b320bcab9 Restore the adjusted symbol id start 2003-07-10 00:40:33 +00:00
H. Peter Anvin
73320328c1 Generate stabs format debugging info for ELF 2003-07-09 19:11:10 +00:00
H. Peter Anvin
da4c3983b2 Quiet spurious gcc warning 2003-07-09 19:10:47 +00:00
Michael K. Ter Louw
fbf539dbd9 start/vstart/align/valign can now be >0x80000000 2003-07-09 08:10:22 +00:00
Frank Kotler
d9119b2e52 Fixed outbin.c to allow origin > 80000000h 2003-06-30 20:39:23 +00:00
Frank Kotler
d352302111 apply dborca's patch - make the "-U" switch work - finally! 2003-06-14 12:12:26 +00:00
Frank Kotler
fac9abce80 Remove "malloc.h" from rdoff/symtab.c - BSD build problem? 2003-04-01 06:42:15 +00:00
H. Peter Anvin
b2f652eb8c The next release will be 0.98.37 2003-03-12 22:17:32 +00:00
H. Peter Anvin
646bb2a2b1 Document XSTORE 2003-03-12 04:59:00 +00:00
H. Peter Anvin
eea289f908 Add Cyrix XSTORE 2003-03-12 04:57:51 +00:00
H. Peter Anvin
ad4f0e09f3 Support "cpu prescott" 2003-02-25 00:03:00 +00:00
H. Peter Anvin
bf2faec654 Update copyright year 2003-02-24 23:32:00 +00:00
H. Peter Anvin
792600f48b Improve language 2003-02-24 23:28:48 +00:00
H. Peter Anvin
6eabe5f27e Prescott instructions. 2003-02-24 23:25:45 +00:00
H. Peter Anvin
10101f26bc Add support for the new instructions in Prescott 2003-02-24 23:22:45 +00:00
Frank Kotler
8fa0d037f3 "Q" and "O" suffixes now indicate octal - touch up docs 2003-02-06 02:44:08 +00:00
Frank Kotler
8afc6966ac Changes to CHANGES, AUTHORS 2003-02-04 17:30:58 +00:00
Frank Kotler
3967c3d476 update docs - multisection, [list +/-], --prefix, pslldq/psrldq (?), etc. 2003-02-04 17:21:02 +00:00
Frank Kotler
761c5cc5d3 bugfixes to insns.dat pmovhps, pmovlps, sysexit 2003-02-04 17:13:49 +00:00
Frank Kotler
6b8350cdea Mike's multisection outbin.c "align bug fix" 2003-02-04 07:11:20 +00:00
Frank Kotler
e5ffcb333a fix reported bug in doc - cosmetic touchups 2002-12-07 00:44:19 +00:00