diff options
author | Tom Tromey <tom@tromey.com> | 2023-02-17 12:12:11 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-02-20 14:35:15 -0700 |
commit | 03a7c6eb51811e7c0b0fa21fbdf2b3434986ba64 (patch) | |
tree | b43f09136d926f3038eb3cbcc16483a9e9f53d54 /libiberty/simple-object-common.h | |
parent | 2070491c1c31b254b1e8f2250144777a23e9f616 (diff) | |
download | gdb-03a7c6eb51811e7c0b0fa21fbdf2b3434986ba64.zip gdb-03a7c6eb51811e7c0b0fa21fbdf2b3434986ba64.tar.gz gdb-03a7c6eb51811e7c0b0fa21fbdf2b3434986ba64.tar.bz2 |
Hoist the SECTION comment in opncls.c
The opening and closing node in BFD starts:
File: bfd.info, [...]
/* Set to N to open the next N BFDs using an alternate id space. */
extern unsigned int bfd_use_reserved_id;
2.13 Opening and closing BFDs
=============================
That is, there's a stray C comment and declaration before any other
text or subsections.
This occurs because the code fragment for bfd_use_reserved_id comes
before the SECTION comment. Hoisting it makes this a little nicer.
2023-02-17 Tom Tromey <tom@tromey.com>
* opncls.c: Hoist the SECTION comment.
Diffstat (limited to 'libiberty/simple-object-common.h')
0 files changed, 0 insertions, 0 deletions