mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* Some last minute fixes for master branch
@ 2012-04-05  6:53 Sascha Hauer
  2012-04-05  6:53 ` [PATCH 1/5] string: remove unused bcopy function Sascha Hauer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sascha Hauer @ 2012-04-05  6:53 UTC (permalink / raw)
  To: barebox

The following patches fix several compiler warnings which disturb my
sense of beauty when compiling all defconfigs before a release. Also
a missing _text is added to the x86 linker script to make it compile
again.

Sascha

----------------------------------------------------------------
Sascha Hauer (5):
      string: remove unused bcopy function
      mtd: fix compiler warning
      USB gadget pxa: Fix compiler warning
      mips: Fix compiler warnings
      x86 linker script: Add missing _text

 arch/mips/lib/libgcc.h          |    4 ++++
 arch/x86/lib/barebox.lds.S      |    1 +
 drivers/mtd/core.c              |    2 ++
 drivers/usb/gadget/pxa27x_udc.c |    2 +-
 lib/string.c                    |   24 ------------------------
 5 files changed, 8 insertions(+), 25 deletions(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-04-05  6:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-05  6:53 Some last minute fixes for master branch Sascha Hauer
2012-04-05  6:53 ` [PATCH 1/5] string: remove unused bcopy function Sascha Hauer
2012-04-05  6:53 ` [PATCH 2/5] mtd: fix compiler warning Sascha Hauer
2012-04-05  6:53 ` [PATCH 3/5] USB gadget pxa: Fix " Sascha Hauer
2012-04-05  6:53 ` [PATCH 4/5] mips: Fix compiler warnings Sascha Hauer
2012-04-05  6:53 ` [PATCH 5/5] x86 linker script: Add missing _text Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox