Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125017
b: refs/heads/master
c: f9d1425
h: refs/heads/master
i:
  125015: 522f787
v: v3
  • Loading branch information
Linus Torvalds committed Jan 2, 2009
1 parent 8ac4383 commit de6b5e3
Show file tree
Hide file tree
Showing 2 changed files with 6 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: f153b82121b0366fe0e5f9553545cce237335175
refs/heads/master: f9d14250071eda9972e4c9cea745a11185952114
5 changes: 5 additions & 0 deletions trunk/include/linux/compiler-gcc4.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
#error "Please don't include <linux/compiler-gcc4.h> directly, include <linux/compiler.h> instead."
#endif

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

#define __used __attribute__((__used__))
#define __must_check __attribute__((warn_unused_result))
#define __compiler_offsetof(a,b) __builtin_offsetof(a,b)
Expand Down

0 comments on commit de6b5e3

Please sign in to comment.