Browse Source

* section.c (SEC_SMALL_DATA): Rename from SEC_SHORT.

* bfd-in2.h: Rebuild.
gdb-premipsmulti-2000-06-06-branch
Ian Lance Taylor 27 years ago
parent
commit
851edbafcc
  1. 5
      bfd/ChangeLog
  2. 2
      bfd/bfd-in2.h
  3. 2
      bfd/section.c

5
bfd/ChangeLog

@ -1,3 +1,8 @@
1999-08-08 Ian Lance Taylor <ian@zembu.com>
* section.c (SEC_SMALL_DATA): Rename from SEC_SHORT.
* bfd-in2.h: Rebuild.
1999-08-08 Mark Elbrecht <snowball3@bigfoot.com> 1999-08-08 Mark Elbrecht <snowball3@bigfoot.com>
* libcoff-in.h (struct coff_section_alignment_entry): Define. * libcoff-in.h (struct coff_section_alignment_entry): Define.

2
bfd/bfd-in2.h

@ -1006,7 +1006,7 @@ typedef struct sec
/* This section contains "short" data, and should be placed /* This section contains "short" data, and should be placed
"near" the GP. */ "near" the GP. */
#define SEC_SHORT 0x2000000 #define SEC_SMALL_DATA 0x2000000
/* This section contains data which may be shared with other /* This section contains data which may be shared with other
executables or shared objects. */ executables or shared objects. */

2
bfd/section.c

@ -309,7 +309,7 @@ CODE_FRAGMENT
. .
. {* This section contains "short" data, and should be placed . {* This section contains "short" data, and should be placed
. "near" the GP. *} . "near" the GP. *}
.#define SEC_SHORT 0x2000000 .#define SEC_SMALL_DATA 0x2000000
. .
. {* This section contains data which may be shared with other . {* This section contains data which may be shared with other
. executables or shared objects. *} . executables or shared objects. *}

Loading…
Cancel
Save