aboutsummaryrefslogtreecommitdiff
path: root/gas/codeview.c
AgeCommit message (Collapse)AuthorFilesLines
2023-01-27gas: Add CodeView constant for aarch64Mark Harmstone1-6/+13
Adds the correct constant to the S_COMPILE3 CodeView record when assembling aarch64-w64-mingw32 with the -gcodeview flag.
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
The newer update-copyright.py fixes file encoding too, removing cr/lf on binutils/bfdtest2.c and ld/testsuite/ld-cygwin/exe-export.exp, and embedded cr in binutils/testsuite/binutils-all/ar.exp string match.
2022-12-12gas/codeview: avoid "shadowing" of glibc function nameJan Beulich1-4/+4
While not "index" this time, old enough glibc also has an (unguarded) declaration of fileno() in stdio.h, which triggers a "shadows a global declaration" warning with our choice of warning level and with at least some gcc versions.
2022-11-24gas: Disable --gcodeview on PE targets with no O_secrelMark Harmstone1-2/+2
2022-11-23gas: Add --gcodeview optionMark Harmstone1-0/+541