OSDN Git Service

* build patch
authorfche <fche>
Fri, 3 Mar 2000 15:00:58 +0000 (15:00 +0000)
committerfche <fche>
Fri, 3 Mar 2000 15:00:58 +0000 (15:00 +0000)
2000-03-03  Jonathan Larmour  <jlarmour@redhat.co.uk>

* func.c (buffer_read_memory): Change type of size to unsigned to
match prototype

sim/erc32/ChangeLog
sim/erc32/func.c

index b908a50..5193491 100644 (file)
@@ -1,3 +1,21 @@
+2000-03-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
+
+       * func.c (buffer_read_memory): Change type of size to unsigned to
+       match prototype
+
+Thu Sep  2 18:15:53 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+1999-05-08  Felix Lee  <flee@cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       
+1999-03-03  DJ Delorie  <dj@cygnus.com>
+
+       * configure.in: add termcap and -luser32 for host=cygwin
+       * configure: regenerate
+       
 1999-02-11  Hugo Tyson  <hmt@cygnus.co.uk>
 
        * exec.c (dispatch_instruction): 
index b54beeb..7691e32 100644 (file)
@@ -831,7 +831,7 @@ int
 buffer_read_memory(addr, buffer, size, info)
     bfd_vma         addr;
     bfd_byte       *buffer;
-    int32           size;
+    uint32          size;
     struct disassemble_info *info;
 {
     if (size == sis_memory_read(addr, buffer, size))