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 | e1b0e3c22b8ea908749180bb7862ae36fe3beb69 (patch) | |
tree | 006e7f351f02e3cacd98b8d512ce2463f5bf7109 | |
parent | 8956470d3611bd32adeac71ab8aeddb1faf307dc (diff) | |
download | gdb-e1b0e3c22b8ea908749180bb7862ae36fe3beb69.zip gdb-e1b0e3c22b8ea908749180bb7862ae36fe3beb69.tar.gz gdb-e1b0e3c22b8ea908749180bb7862ae36fe3beb69.tar.bz2 |
Properly regenerate bfd-in2.h.
-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 a3f15c9..e20c650 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 |