diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-05-19 21:39:15 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-05-19 21:39:15 +0000 |
commit | 7a0c782d39685551734923400942acf62aa85150 (patch) | |
tree | c2f777bcfa705a1bd6f3d46da93fde7c91b3823e | |
parent | f8cc598ecdf8160dc914d3093c4a7400f48ce532 (diff) | |
download | gdb-7a0c782d39685551734923400942acf62aa85150.zip gdb-7a0c782d39685551734923400942acf62aa85150.tar.gz gdb-7a0c782d39685551734923400942acf62aa85150.tar.bz2 |
* elf32-target.h, elf64-target.h: Change ar_max_namelen value from
15 to 14 to match SVR4 ar.
-rw-r--r-- | bfd/ChangeLog | 3 | ||||
-rw-r--r-- | bfd/elf32-target.h | 4 | ||||
-rw-r--r-- | bfd/elf64-target.h | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2824fad..a542d71 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Thu May 19 11:37:11 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * elf32-target.h, elf64-target.h: Change ar_max_namelen value from + 15 to 14 to match SVR4 ar. + Add support for ELF shared libraries. Loosely based on work by Eric Youngdale <ericy@cais.com>. * libelf.h (struct elf_backend_data): Add new fields for dynamic diff --git a/bfd/elf32-target.h b/bfd/elf32-target.h index e1a6405..ae31876 100644 --- a/bfd/elf32-target.h +++ b/bfd/elf32-target.h @@ -213,7 +213,7 @@ bfd_target TARGET_BIG_SYM = FIXME: this really has nothing to do with ELF, this is a characteristic of the archiver and should be independently tunable. This value is a WAG (wild a** guess) */ - 15, + 14, /* align_power_min: minimum alignment restriction for any section FIXME: this value may be target machine dependent */ @@ -301,7 +301,7 @@ bfd_target TARGET_LITTLE_SYM = FIXME: this really has nothing to do with ELF, this is a characteristic of the archiver and should be independently tunable. This value is a WAG (wild a** guess) */ - 15, + 14, /* align_power_min: minimum alignment restriction for any section FIXME: this value may be target machine dependent */ diff --git a/bfd/elf64-target.h b/bfd/elf64-target.h index 8b7f5d1..4730386 100644 --- a/bfd/elf64-target.h +++ b/bfd/elf64-target.h @@ -216,7 +216,7 @@ bfd_target TARGET_BIG_SYM = FIXME: this really has nothing to do with ELF, this is a characteristic of the archiver and should be independently tunable. This value is a WAG (wild a** guess) */ - 15, + 14, /* align_power_min: minimum alignment restriction for any section FIXME: this value may be target machine dependent */ @@ -304,7 +304,7 @@ bfd_target TARGET_LITTLE_SYM = FIXME: this really has nothing to do with ELF, this is a characteristic of the archiver and should be independently tunable. This value is a WAG (wild a** guess) */ - 15, + 14, /* align_power_min: minimum alignment restriction for any section FIXME: this value may be target machine dependent */ |