aboutsummaryrefslogtreecommitdiff
path: root/bfd/targets.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-19 21:11:46 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-19 21:11:46 +0000
commita56552441f1333d5f810157fb5e877cfafa45a7f (patch)
tree358d4997fcc944b3a8069cf90c3b96ba359a047c /bfd/targets.c
parent500d7394cf3658c2917329a326b4e6d08633355a (diff)
downloadgdb-a56552441f1333d5f810157fb5e877cfafa45a7f.zip
gdb-a56552441f1333d5f810157fb5e877cfafa45a7f.tar.gz
gdb-a56552441f1333d5f810157fb5e877cfafa45a7f.tar.bz2
* targets.c (bfd_target): Remove unused align_power_min field.
* bfd-in2.h: Rebuild. * All backends: Remove initialization of align_power_min.
Diffstat (limited to 'bfd/targets.c')
-rw-r--r--bfd/targets.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/targets.c b/bfd/targets.c
index 8d741a6..252d9eb 100644
--- a/bfd/targets.c
+++ b/bfd/targets.c
@@ -197,10 +197,6 @@ The maximum number of characters in an archive header.
. unsigned short ar_max_namelen;
-The minimum alignment restriction for any section.
-
-. unsigned int align_power_min;
-
Entries for byte swapping for data. These are different from the other
entry points, since they don't take a BFD asthe first argument.
Certain other handlers could do the same.