aboutsummaryrefslogtreecommitdiff
path: root/binutils/deflex.l
AgeCommit message (Collapse)AuthorFilesLines
1998-02-12 * deflex.l: Accept '?' in symbol names, for VC++ mangled names.Ian Lance Taylor1-2/+2
From Mikey <jeffdb@netzone.com>.
1997-06-11 * dlltool.h: New file.Ian Lance Taylor1-32/+33
* 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.
1995-06-29 * ar.c: (print_contents.c, extract_file, do_quick_append):Steve Chamberlain1-0/+85
Malloc buffers rather than allocate on stack (so it works on NT). * deflex.l: Names can have an @ in them. * dlltool.c: Loads of stuff. Can now generate .imp files which work with NT .dlls.