* bfd.h (struct reloc_howto_struct): size needs to be signed if
authorStu Grossman <grossman@cygnus>
Thu, 3 Sep 1992 16:13:22 +0000 (16:13 +0000)
committerStu Grossman <grossman@cygnus>
Thu, 3 Sep 1992 16:13:22 +0000 (16:13 +0000)
it's going to hold negative values.

include/ChangeLog
include/bfd.h

index 7a67dba090d2b94290924aa21539b7ddae61bb85..e02f481d89d8cfd94edfc27dcccdf1b1246d84c0 100644 (file)
@@ -1,3 +1,13 @@
+Thu Sep  3 09:10:50 1992  Stu Grossman  (grossman at cygnus.com)
+
+
+Sun Aug 30 17:50:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * demangle.h:  New file, moved from ../gdb.  Made independent
+       of gdb.  Allow demangling style option to be passed as a
+       parameter to cplus_demangle(), but using the
+       current_demangling_style global as the default.
+
 Sat Aug 29 10:07:55 1992  Fred Fish  (fnf@cygnus.com)
 
        * obstack.h:  Merge comment change from current FSF version.
index 913e284cb155cef0d825ecef9cb57992b8215c2e..f81f406236bf55d7c2302f4416778bea5df81cdf 100644 (file)
@@ -758,7 +758,7 @@ typedef CONST struct reloc_howto_struct
         /*  The size of the item to be relocated - 0, is one byte, 1 is 2
            bytes, 3 is four bytes.  A -ve value indicates that the
            result is to be subtracted from the data*/
-  unsigned int size;
+  int size;
 
         /*  Now obsolete */
   unsigned int bitsize;