Commit Graph

4 Commits

Author SHA1 Message Date
Dave Anderson
ad757cb474 Fix for an ARM64 compilation failure of the embedded gdb file
"aarch-linux-nat.c" in the Fedora fc21 rawhide environment, which
uses glibc-headers-2.19.90-24.fc21.
(anderson@redhat.com)
2014-07-02 14:58:26 -04:00
Dave Anderson
a855bd55e0 Fix for displaying enum values that are greater than 32-bits in
size.  Without the patch, the upper 32-bits are clipped off and
displayed as in integer-sized value.
(anderson@redhat.com)
2014-05-22 13:00:13 -04:00
Dave Anderson
2e6d26effb Fix failure to build from source when compiling the crash utility
with gcc-4.9.  Without the patch, the crash utility build generates
the following error:

  In file included from opncls.c:26:0:
  opncls.c: In function 'bfd_fopen':
  bfd.h:529:65: error: right-hand operand of comma expression has no effect [-Werror=unused-value]
  #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
                                                                  ^
  opncls.c:263:5: note: in expansion of macro 'bfd_set_cacheable' bfd_set_cacheable (nbfd, TRUE);

  cc1: all warnings being treated as errors

(anderson@redhat.com, anatol.pomozov@gmail.com)
2014-05-21 14:18:15 -04:00
Dave Anderson
03e3937ec7 Initial commit: crash-7.0.4 2014-01-28 16:46:11 -05:00