clarify the purpose of this project
[nyanglibc.git] / HACKING
blob331008fc1acf0269bcaa837ed63efc3359b07b45
1 You can go from the assembly source to the original "gcc" code using the verbose 
2 assembly code source file in the tar archive and/or in the original build
3 product since it could be generated source files which are in gen_chk.tar.bz2
4 archive.
6 See "gcc" code as specifications but not as "code" anymore.
8 A tip: if you are looking for a string, it may have been optimized as raw
9 number literals in assembly source files.
10 For instance, that's why we did modify the original gcc code for some source
11 files in order to be able to change the installation prefix.