aboutsummaryrefslogtreecommitdiff
path: root/binutils/dlltool.h
AgeCommit message (Collapse)AuthorFilesLines
1998-04-28dlltool.c: Added support for IMPORTS.Bill Moyer1-2/+3
dlltool.h: Redefined declaration of def_import(). defparse.y: Redefined IMPORT rule.
1997-06-11 * dlltool.h: New file.Ian Lance Taylor1-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.