* [PATCH] Fix MIPS bfd/elfxx-mips.c compile warning.
@ 2005-08-27 23:15 Steven J. Hill
2005-08-29 9:28 ` Daniel Jacobowitz
0 siblings, 1 reply; 2+ messages in thread
From: Steven J. Hill @ 2005-08-27 23:15 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 175 bytes --]
Greetings.
This patch fixes a compile warning which gets turned into an
error and prevents cross building of gdb. It my be worthless,
but that's for you to decided.
-Steve
[-- Attachment #2: gdb-20050827-mips-cleanup.patch --]
[-- Type: text/x-patch, Size: 558 bytes --]
Index: elfxx-mips.c
===================================================================
RCS file: /cvs/src/src/bfd/elfxx-mips.c,v
retrieving revision 1.149
diff -u -r1.149 elfxx-mips.c
--- elfxx-mips.c 17 Aug 2005 10:04:26 -0000 1.149
+++ elfxx-mips.c 27 Aug 2005 23:04:41 -0000
@@ -6942,7 +6942,7 @@
for (rel = relocs; rel < relend; ++rel)
{
const char *name;
- bfd_vma value;
+ bfd_vma value = 0;
reloc_howto_type *howto;
bfd_boolean require_jalx;
/* TRUE if the relocation is a RELA relocation, rather than a
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix MIPS bfd/elfxx-mips.c compile warning.
2005-08-27 23:15 [PATCH] Fix MIPS bfd/elfxx-mips.c compile warning Steven J. Hill
@ 2005-08-29 9:28 ` Daniel Jacobowitz
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2005-08-29 9:28 UTC (permalink / raw)
To: Steven J. Hill; +Cc: gdb-patches, binutils
Redirecting to the right list. What's your compiler? Target?
On Sat, Aug 27, 2005 at 06:07:28PM -0500, Steven J. Hill wrote:
> Greetings.
>
> This patch fixes a compile warning which gets turned into an
> error and prevents cross building of gdb. It my be worthless,
> but that's for you to decided.
>
> -Steve
>
> Index: elfxx-mips.c
> ===================================================================
> RCS file: /cvs/src/src/bfd/elfxx-mips.c,v
> retrieving revision 1.149
> diff -u -r1.149 elfxx-mips.c
> --- elfxx-mips.c 17 Aug 2005 10:04:26 -0000 1.149
> +++ elfxx-mips.c 27 Aug 2005 23:04:41 -0000
> @@ -6942,7 +6942,7 @@
> for (rel = relocs; rel < relend; ++rel)
> {
> const char *name;
> - bfd_vma value;
> + bfd_vma value = 0;
> reloc_howto_type *howto;
> bfd_boolean require_jalx;
> /* TRUE if the relocation is a RELA relocation, rather than a
--
Daniel Jacobowitz
CodeSourcery, LLC
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-08-27 23:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-27 23:15 [PATCH] Fix MIPS bfd/elfxx-mips.c compile warning Steven J. Hill
2005-08-29 9:28 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox