diff options
author | Steve Chamberlain <steve@cygnus> | 1991-05-22 14:59:10 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-05-22 14:59:10 +0000 |
commit | 0f2687577f78c9398153526f4ee92e950e3d7ce4 (patch) | |
tree | a1ac3183998b75c671db51a038cdee6dab6a1083 /bfd/libbfd.c | |
parent | b75ea0ea93f2400bb2d74f24b6ffb5ed3c3d9007 (diff) | |
download | gdb-0f2687577f78c9398153526f4ee92e950e3d7ce4.zip gdb-0f2687577f78c9398153526f4ee92e950e3d7ce4.tar.gz gdb-0f2687577f78c9398153526f4ee92e950e3d7ce4.tar.bz2 |
* libbfd.c: Now compiles
* coffcode.h: removed all put_x_<sizes>
Diffstat (limited to 'bfd/libbfd.c')
-rw-r--r-- | bfd/libbfd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/libbfd.c b/bfd/libbfd.c index 1116e9d..aad52fe 100644 --- a/bfd/libbfd.c +++ b/bfd/libbfd.c @@ -89,7 +89,7 @@ DEFUN(_bfd_dummy_core_file_matches_executable_p,(ignore_core_bfd, ignore_exec_bf /* of course you can't initialize a function to be the same as another, grr */ char * -DEFUN(_bfd_dummy_core_file_failing_commandl(ignore_abfd), +DEFUN(_bfd_dummy_core_file_failing_command,(ignore_abfd), bfd *ignore_abfd) { return (char *)NULL; @@ -214,8 +214,8 @@ DEFUN(bfd_tell,(abfd), boolean DEFUN(bfd_add_to_string_table,(table, new_string, table_length, free_ptr), char **table AND - char **free_ptr AND char *new_string AND + char **free_ptr AND unsigned int *table_length) { size_t string_length = strlen (new_string) + 1; /* include null here */ |