Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135853
b: refs/heads/master
c: 8cd2c29
h: refs/heads/master
i:
  135851: 0566dde
v: v3
  • Loading branch information
H. Peter Anvin authored and Ingo Molnar committed Mar 26, 2009
1 parent f523d4e commit 39eeb9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3a471cbc081b6bf2b58a48db13d734ecd3b0d437
refs/heads/master: 8cd2c29dd5f04d91dac6ea7f8b9df4ff1b4380ee
6 changes: 4 additions & 2 deletions trunk/include/linux/compiler-gcc4.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
#endif

/* GCC 4.1.[01] miscompiles __weak */
#if __GNUC_MINOR__ == 1 && __GNUC_PATCHLEVEL__ <= 1
# error Your version of gcc miscompiles the __weak directive
#ifdef __KERNEL__
# if __GNUC_MINOR__ == 1 && __GNUC_PATCHLEVEL__ <= 1
# error Your version of gcc miscompiles the __weak directive
# endif
#endif

#define __used __attribute__((__used__))
Expand Down

0 comments on commit 39eeb9f

Please sign in to comment.