libc/x86-64: Add GNU-stack ELF notes to many assembly filesMost of the assembly files in libc/x86-64 were missing GNU-stack ELFnotes (they never had them) which means libc and every program thatl
libc/x86-64: Add GNU-stack ELF notes to many assembly filesMost of the assembly files in libc/x86-64 were missing GNU-stack ELFnotes (they never had them) which means libc and every program thatlinks with it has required an executable stack. I need to determinea way to check which object files are missing this section and makesure every single libc object file is covered.
show more ...
rename amd64 architecture to x86_64The rest of the world seems to call amd64 x86_64. Bite the bullet andrename all of the architecture files and references. This willhopefully make pkgsrc build
rename amd64 architecture to x86_64The rest of the world seems to call amd64 x86_64. Bite the bullet andrename all of the architecture files and references. This willhopefully make pkgsrc builds less painful.Discussed-with: dillon@
Revert "rename amd64 architecture to x86_64"This reverts commit c1543a890188d397acca9fe7f76bcd982481a763.I'm reverting it because: 1) the change didn't get properly discussed 2) it was based on
Revert "rename amd64 architecture to x86_64"This reverts commit c1543a890188d397acca9fe7f76bcd982481a763.I'm reverting it because: 1) the change didn't get properly discussed 2) it was based on false premises: "The rest of the world seems to call amd64 x86_64." 3) no pkgsrc bulk build was done to test the change 4) the original committer acted irresponsibly by committing such a big change just before going on vacation.