Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-04-28 | dlltool.c: Added support for IMPORTS. | Bill Moyer | 1 | -2/+3 | |
dlltool.h: Redefined declaration of def_import(). defparse.y: Redefined IMPORT rule. | |||||
1997-06-11 | * dlltool.h: New file. | Ian Lance Taylor | 1 | -0/+40 | |
* deflex.l: Include dlltool.h and libiberty.h. Don't declare strdup. Use xstrdup rather than strdup. * defparse.y: Include bfd.h, bucomm.h, and dlltool.h. * dlltool.c: Include dlltool.h and time.h. Make a lot of variables and functions static. Make a lot of char * variables and parameters const. Add declarations for static functions. Do some reindenting. Hide more PowerPC stuff inside DLLTOOL_PPC. |