Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309147
b: refs/heads/master
c: 2a6de31
h: refs/heads/master
i:
  309145: 91f99cf
  309143: d769503
v: v3
  • Loading branch information
H. Peter Anvin committed May 8, 2012
1 parent c1a81ed commit f9f34eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f156ffc439951b63cfa9f4d999a8d54267f13282
refs/heads/master: 2a6de3148cfd1a0240a85ea4a1cad34d250d882f
7 changes: 7 additions & 0 deletions trunk/scripts/x86-relocs.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ static const char * const sym_regex_kernel[S_NSYMTYPES] = {


static const char * const sym_regex_realmode[S_NSYMTYPES] = {
/*
* These symbols are known to be relative, even if the linker marks them
* as absolute (typically defined outside any section in the linker script.)
*/
[S_REL] =
"^pa_",

/*
* These are 16-bit segment symbols when compiling 16-bit code.
*/
Expand Down

0 comments on commit f9f34eb

Please sign in to comment.