* libbfd.c: Now compiles

* coffcode.h: removed all put_x_<sizes>
This commit is contained in:
Steve Chamberlain 1991-05-22 14:59:10 +00:00
parent b75ea0ea93
commit 0f2687577f
2 changed files with 2625 additions and 2 deletions

2623
bfd/coffcode.h Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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 */