diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-04-19 13:32:19 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-04-19 13:32:19 +0000 |
commit | 44ee688264e22cf998b1aadc1a7cdbd713866e36 (patch) | |
tree | e3418937d6b07088f06a30b1692cf30803ccb147 /bfd | |
parent | 2f16a8b231801db78fb7c7a8453fb03ba1e6b9ff (diff) | |
download | gdb-44ee688264e22cf998b1aadc1a7cdbd713866e36.tar.gz |
Properly regenerate bfd-in2.h.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/bfd-in2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index a3f15c90a3c..e20c650f615 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1065,9 +1065,9 @@ typedef struct sec #define SEC_SHARED 0x4000000 /* When a section with this flag is being linked, then if the size of - the input section is less than a page, it should not cross a page - boundary. If the size of the input section is one page or more, it - should be aligned on a page boundary. */ + the input section is less than a page, it should not cross a page + boundary. If the size of the input section is one page or more, it + should be aligned on a page boundary. */ #define SEC_BLOCK 0x8000000 /* Conditionally link this section; do not link if there are no |