* ecofflink.c (_bfd_ecoff_locate_line): When handling stabs:
[deliverable/binutils-gdb.git] / bfd / cofflink.c
index 4913b512a79a2c4a7f096bf1ae72f365f004e48b..362a718760f6f64b4e4c0fa16ca242ce68679fbd 100644 (file)
@@ -16,7 +16,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 /* This file contains the COFF backend linker code.  */
 
@@ -190,7 +190,7 @@ _bfd_coff_link_hash_table_create (abfd)
   struct coff_link_hash_table *ret;
 
   ret = ((struct coff_link_hash_table *)
-        malloc (sizeof (struct coff_link_hash_table)));
+        bfd_alloc (abfd, sizeof (struct coff_link_hash_table)));
   if (ret == NULL)
     {
       bfd_set_error (bfd_error_no_memory);
This page took 0.023815 seconds and 4 git commands to generate.