]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - ld/pe-dll.c
Adds support for fastcall symbols as used on Microsoft Windows platforms
authorNick Clifton <nickc@redhat.com>
Wed, 6 Nov 2002 19:36:20 +0000 (19:36 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 6 Nov 2002 19:36:20 +0000 (19:36 +0000)
commitc9e3887989960034fd89d176f72d7e14d5bc3d79
treeb643a93afcd06f0052e3380516c79bb964018532
parentac835424b5ad4dce56c8d4ed6835d56fc225c786
Adds support for fastcall symbols as used on Microsoft Windows platforms
(i386)
20 files changed:
binutils/ChangeLog
binutils/deflex.l
binutils/dlltool.c
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/dlltool.exp [new file with mode: 0644]
binutils/testsuite/binutils-all/fastcall.def [new file with mode: 0644]
binutils/testsuite/config/default.exp
gas/ChangeLog
gas/config/te-pe.h
gas/testsuite/ChangeLog
gas/testsuite/gas/all/fastcall.s [new file with mode: 0644]
gas/testsuite/gas/all/gas.exp
ld/ChangeLog
ld/deffilep.y
ld/emultempl/pe.em
ld/pe-dll.c
ld/testsuite/ChangeLog
ld/testsuite/ld-fastcall/export.s [new file with mode: 0644]
ld/testsuite/ld-fastcall/fastcall.exp [new file with mode: 0644]
ld/testsuite/ld-fastcall/import.s [new file with mode: 0644]