* libbfd.c: bfd_put*: Remove casts to bfd_vma.
[binutils-gdb.git] / bfd / ctor.c
index 0550aa8faf987b63a40c3deaa928cd91f7ddea94..3d939ef16b593cfbdc143fb79acbe2d3c16f6be0 100644 (file)
@@ -63,11 +63,11 @@ SECTION
        construction data essential for the linker to be able to
        perform its job are: 
 
-       o asymbol
+       o asymbol -
        The asymbol of the contructor entry point contains all the
        information necessary to call the function. 
 
-       o table id
+       o table id -
        The type of symbol, ie is it a contructor, a destructor or
        something else someone dreamed up to make our lives difficult.
 
@@ -103,7 +103,7 @@ SYNOPSIS
 DESCRIPTION
        This function is called with an a symbol describing the
        function to be called, an string which descibes the xtor type,
-       eg something like "CTOR" or "DTOR" would be fine. And the bfd
+       e.g., something like "CTOR" or "DTOR" would be fine. And the bfd
        which owns the function. Its duty is to create a section
        called "CTOR" or "DTOR" or whatever if the bfd doesn't already
        have one, and grow a relocation table for the entry points as