projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13655af
)
* aoutx.h (translate_to_native_sym_flags): Set the type of a
author
Ian Lance Taylor
<ian@airs.com>
Wed, 19 Jan 1994 05:05:27 +0000
(
05:05
+0000)
committer
Ian Lance Taylor
<ian@airs.com>
Wed, 19 Jan 1994 05:05:27 +0000
(
05:05
+0000)
BSF_WARNING symbol to N_WARNING.
bfd/ChangeLog
patch
|
blob
|
history
bfd/aoutx.h
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 9058bc9794128dd5dc4ba490aab7048a582eba86..e13519c22fb1a61fcd99d27dd722a18db3f2bdf8 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,8
@@
+Wed Jan 19 00:02:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+
+ * aoutx.h (translate_to_native_sym_flags): Set the type of a
+ BSF_WARNING symbol to N_WARNING.
+
Tue Jan 18 16:43:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* aoutx.h (aout_link_add_symbols): Increment sym_hash as well as p
diff --git
a/bfd/aoutx.h
b/bfd/aoutx.h
index a11b7786b1ee7cc868dffe5f533d1fbf6bf99708..b8040cbc06db28703bf51824a9bc52470e0f512e 100644
(file)
--- a/
bfd/aoutx.h
+++ b/
bfd/aoutx.h
@@
-1337,6
+1337,7
@@
DEFUN(translate_to_native_sym_flags,(sym_pointer, cache_ptr, abfd),
if (cache_ptr->flags & (BSF_WARNING)) {
+ sym_pointer->e_type[0] = N_WARNING;
(sym_pointer+1)->e_type[0] = 1;
}