This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gnu-efi
mirror of
https://github.com/ncroxon/gnu-efi
Watch
1
Star
0
Fork
You've already forked gnu-efi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5560e57038
gnu-efi
/
.gitignore
7 lines
40 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Since we're keeping this in git, it'd be nice not to see a bunch of make targets in 'status' Signed-off-by: Peter Jones <pjones@redhat.com> Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>
2015-01-06 23:49:50 +03:00
*.efi
This patch makes the following symbols (relatively) consistent between all of our linker scripts: _text _etext _text_size _data _edata _data_size There are various things that are slightly different (positions of .rela*, .dynamic, and similar in relation to .data), but _text and _data are now always at the beginning of their respective sections with regard to how a debuger would reference the debug info, and _etext and _edata are now always extant and guaranteed to be after any of the respective kind of data the debugger would look for in that section. This also adds an application example of how it might be used, and a makefile target for %.efi.debug which will generate a separate debuginfo file for that example. This also enables debugging by default (i.e. -g is in CFLAGS) and adds .note.gnu.build-id sections to our .so files (i.e. --build-id=sha1 is in LDFLAGS). Signed-off-by: Peter Jones <pjones@redhat.com> Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>
2015-07-16 19:31:23 +03:00
*.efi.debug
Since we're keeping this in git, it'd be nice not to see a bunch of make targets in 'status' Signed-off-by: Peter Jones <pjones@redhat.com> Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>
2015-01-06 23:49:50 +03:00
*.o
*.a
*.tar.*
*.tar