Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* param-no-tm.h: Change users to define TM_FILE_OVERRIDE instead.
* param.h, param-no-tm.h: Removed.
* Update copyrights in all changed files.
* dbxread.c, dwarfread.c, inflow.c, infrun.c, m2-exp.y, putenv.c,
solib.c, symtab.h, tm-umax.h, valprint.c: Lint.
* tm-convex.h, tm-hp300hpux.h, tm-merlin.h, tm-sparc.h,
xm-merlin.h: Avoid host include files in target descriptions.
* getpagesize.h: Removed, libiberty copes now.
|
|
in the same executable without collision (c-exp.y, m2-exp.y). Add forward
delaration of function returning pointer to shut up compiler warnings about
conversion of int to pointer (symtab.h).
|
|
|
|
|
|
and parameters that are functions).
|
|
Also, fix a C++ problem when looking for methods in super-classes.
(There was confusion between base and derived types.)
|
|
* configure.in: Add rs6000 host and target.
* inflow.c (new_tty): O_NOCTTY kludge for RS/6000.
* symfile.h (entry_point): Add.
|
|
and builtin_type_double_complex). Also add and use various TARGET_<TYPE>_BIT
macros to indicate the sizes of various types on the target machine.
|
|
* dbxread.c (dbx_lookup_type): Keep doubling size of typevector
until it is large enough.
|
|
"bss" rather than "data" symbols, but which still conflict.
* m2-exp.y: Lint.
|
|
|
|
* m2-exp.y: Avoid using yytname[] which is a Bison-ism.
|
|
|
|
* expread.y, expread.tab.c: Remove.
* parser-defs.h: New file with common declarations from expread.y.
* c-exp.y: New file with the C parser from expread.y.
* m2-exp.y: New file with the Modula-2 parser.
|