diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-12-21 00:46:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-12-21 00:46:03 +0000 |
commit | f10d31aa3229099201c30b197c40105011433c85 (patch) | |
tree | c4f3c1086ea3ff59b9398c8d45751c1d4aeef1fd /bfd | |
parent | 182b9e9f528ed92353aa5129556b202bd430d238 (diff) | |
download | gdb-f10d31aa3229099201c30b197c40105011433c85.zip gdb-f10d31aa3229099201c30b197c40105011433c85.tar.gz gdb-f10d31aa3229099201c30b197c40105011433c85.tar.bz2 |
* i386linux.c (linux_add_one_symbol): Don't do anything Linux
specific if this is not a Linux hash table. From Eric Youngdale
<eric@aib.com>.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1b0ef5b..d770f0a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -10,6 +10,10 @@ Tue Dec 20 11:11:58 1994 Steve Chamberlain (sac@jonny.cygnus.com) Tue Dec 20 13:58:01 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + * i386linux.c (linux_add_one_symbol): Don't do anything Linux + specific if this is not a Linux hash table. From Eric Youngdale + <eric@aib.com>. + Patches from kkojima@mix.or.jp (Kazumoto Kojima): * mipsbsd.c (mips_howto_table_ext): Change sizes of memory relocs apply to from two bytes to four bytes. |