opnsense-src/gnu/usr.bin
John Polstra 850a26162a Support the ".p2align" directive, which is standard in newer versions
of binutils.  For all architectures and object file formats,
".p2align n" aligns to the next multiple of 2**n.  Thus for FreeBSD,
it does exactly the same thing as the traditional ".align".

The old ".align" directive has different meanings in different
object formats, and even in different variants of a.out.  Sometimes
is aligns to a multiple of n, and other times it aligns to a multiple
of 2**n.  ".p2align" is preferable for use in assembly language
sources, since it makes them more portable to object formats other
than a.out.
1997-03-29 02:16:44 +00:00
..
as Support the ".p2align" directive, which is standard in newer versions 1997-03-29 02:16:44 +00:00
awk Fix initstate() cast to match Lite2 1997-03-17 16:32:14 +00:00
bc Fix the getopt() prototype to match the system one. 1997-03-11 17:14:37 +00:00
binutils/gdb delete the LINKS line (link gdb to kgdb) by popular demand. 1997-03-15 20:59:59 +00:00
bison Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
cc Change a "=" to "?=" to make it easier to override the binary format 1997-03-28 04:45:30 +00:00
cpio FreeBSD modifications and notes for GNU cpio. 1997-03-26 20:01:24 +00:00
cvs Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
dc Make makewhatis(1) happy. 1997-03-21 20:59:44 +00:00
dialog Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
diff Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
diff3 This commit was generated by cvs2svn to compensate for changes in r13122, 1995-12-30 19:02:48 +00:00
gdb delete the LINKS line (link gdb to kgdb) by popular demand. 1997-03-15 20:59:59 +00:00
genclass Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
gperf Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
grep Fix a number of typos, one of which is part of PR# 2917. 1997-03-09 00:33:19 +00:00
groff Oops.. Missed this one too. getopt is in unistd.h now, not stdlib.h 1997-03-11 17:57:26 +00:00
gzip Remove unnecessary chmod()'s. This should likely go in other branches. 1997-03-15 22:43:58 +00:00
ld Add a new "-f" option to the linker, to print the resolved paths 1997-03-22 02:59:40 +00:00
man Support german mdoc man pages (currently no german mdoc man page exists). 1997-03-14 21:58:43 +00:00
patch fix compilation warnings in patch... (with slight modification) 1997-03-17 01:44:43 +00:00
perl Plug an old security hole: suidperl didn't honor MNT_NOSUID. 1997-03-01 12:58:49 +00:00
ptx Same deal. 1997-01-11 03:50:21 +00:00
rcs Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
sdiff Update to GNU diffutils 2.6 1993-11-12 07:05:40 +00:00
send-pr Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
sort Uncomment static from collate_range_cmp, no more in locale.h 1996-10-31 14:44:24 +00:00
tar Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
texinfo Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
Makefile Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
Makefile.inc Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00