summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/ungetwc.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-07-20 07:01:02 +0000
committermarcel <marcel@FreeBSD.org>2004-07-20 07:01:02 +0000
commit8b3a02d853f897d3f683a9554fb6ead2f556c9d7 (patch)
tree2b711285f022c2fb7013df1b5e2dc51cac322427 /lib/libc/stdio/ungetwc.c
parent1aa85164b17800f0af5848dc5cc0a6254bfb15b9 (diff)
downloadFreeBSD-src-8b3a02d853f897d3f683a9554fb6ead2f556c9d7.zip
FreeBSD-src-8b3a02d853f897d3f683a9554fb6ead2f556c9d7.tar.gz
Fix the creation of EFI images that got broken by the import of
binutils 2.15. The linker now creates a .rela.dyn section for dynamic relocations, while our script created a .rela section. Likewise, we copied the .rela section to the EFI image, but not the .rela.dyn section. The fix is to rename .rela to .rela.dyn in the linker script so that all relocations end up in the same section again. This we copy into the EFI image.
Diffstat (limited to 'lib/libc/stdio/ungetwc.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud