summaryrefslogtreecommitdiff
path: root/tools/m4/bootstrap/parser.h
blob: fc848d6ca616b4c260e32b5a67b0d53b7cfefa16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define NUMBER 257
#define ERROR 258
#define LOR 259
#define LAND 260
#define EQ 261
#define NE 262
#define LE 263
#define GE 264
#define LSHIFT 265
#define RSHIFT 266
#define UMINUS 267
#define UPLUS 268
span>Fix all the borken exec lkms. setup_stack is mandatory.christos 2003-09-20Change `LNFILES' to `BUILDSYMLINKS', to more accurately describe its purpose.lukem Per discussion with Simon Gerraty. 2003-09-04use LNFILES to simplify creation of symlinks in .OBJDIR for buildslukem 2003-08-01Rework how dependency generation is performed:lukem * DPSRCS contains extra dependencies, but is _NOT_ added to CLEANFILES. This is a change of behaviour. If a Makefile wants the clean semantics it must specifically append to CLEANFILES. Resolves PR toolchain/5204. * To recap: .d (depend) files are generated for all files in SRCS and DPSRCS that have a suffix of: .c .m .s .S .C .cc .cpp .cxx * If YHEADER is set, automatically add the .y->.h to DPSRCS & CLEANFILES * Ensure that ${OBJS} ${POBJS} ${LOBJS} ${SOBJS} *.d depend upon ${DPSRCS} * Deprecate the (short lived) DEPENDSRCS Update the various Makefiles to these new semantics; generally either adding to CLEANFILES (because DPSRCS doesn't do that anymore), or replacing specific .o dependencies with DPSRCS entries. Tested with "make -j 8 distribution" and "make distribution". 2003-05-04use "rm -f $@ ; ln -s ... $@" instead of "ln -sf ... $@"lukem 2002-05-30Remove unnecessary -I$S; bsd.kmod.mk adds -isystem $Sthorpej 2001-12-12define NOMAN= once, at the top levellukem 2001-12-12MKfoo=no -> NOfootv 2001-12-08Update for "coredumps now exec-format/emulation specific".thorpej 2001-11-12add RCSIDslukem 2001-05-15remove use of gcc syntax for designated initialisers when initialisinglukem unions `union_elem: ...', and use c99 syntax `.union_elem = ...' only where necessary. in this case, there's no need to tag elf_probe_func because that's the first union element, and therefore, the implicit case. only specifically mention ecoff_probe_func where necessary. if we decide to not use this c99 feature for now, at least there's now less stuff to rip out. 2000-12-08add build glue for exec LKMsjdolecek for now, only i386 linux_elf is actually installed, since the others have not been tested yet