diff options
Diffstat (limited to 'bfd/targets.c')
-rw-r--r-- | bfd/targets.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/targets.c b/bfd/targets.c index 804da96..e1bfcc4 100644 --- a/bfd/targets.c +++ b/bfd/targets.c @@ -26,6 +26,14 @@ #include "fnmatch.h" /* + It's okay to see some: +#if 0 + directives in this source file, as targets.c uses them to exclude + certain BFD vectors. This comment is specially formatted to catch + users who grep for ^#if 0, so please keep it this way! +*/ + +/* SECTION Targets |