qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6000] Remove unnecessary trailing newlines
@ 2008-12-13  9:32 Blue Swirl
  2008-12-13 16:27 ` Stefan Weil
  2008-12-13 20:59 ` malc
  0 siblings, 2 replies; 7+ messages in thread
From: Blue Swirl @ 2008-12-13  9:32 UTC (permalink / raw)
  To: qemu-devel

Revision: 6000
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6000
Author:   blueswir1
Date:     2008-12-13 09:32:43 +0000 (Sat, 13 Dec 2008)

Log Message:
-----------
Remove unnecessary trailing newlines

Modified Paths:
--------------
    trunk/.gitignore
    trunk/a.out.h
    trunk/block-cloop.c
    trunk/block-dmg.c
    trunk/block-vvfat.c
    trunk/buffered_file.c
    trunk/darwin-user/mmap.c
    trunk/darwin-user/signal.c
    trunk/def-helper.h
    trunk/fpu/softfloat-macros.h
    trunk/gen-icount.h
    trunk/hw/apb_pci.c
    trunk/hw/arm-misc.h
    trunk/hw/arm_sysctl.c
    trunk/hw/arm_timer.c
    trunk/hw/armv7m.c
    trunk/hw/cdrom.c
    trunk/hw/grackle_pci.c
    trunk/hw/lsi53c895a.c
    trunk/hw/mac_dbdma.c
    trunk/hw/mcf5206.c
    trunk/hw/pci_host.h
    trunk/hw/pcmcia.h
    trunk/hw/pl011.c
    trunk/hw/pl022.c
    trunk/hw/pl050.c
    trunk/hw/pl061.c
    trunk/hw/pl080.c
    trunk/hw/prep_pci.c
    trunk/hw/ps2.h
    trunk/hw/ptimer.c
    trunk/hw/rtl8139.c
    trunk/hw/sh7750.c
    trunk/hw/sh_pci.c
    trunk/hw/slavio_intctl.c
    trunk/hw/sm501_template.h
    trunk/hw/smbus.h
    trunk/hw/ssi-sd.c
    trunk/hw/stellaris_input.c
    trunk/hw/sun4c_intctl.c
    trunk/hw/sun4m.c
    trunk/hw/tc6393xb_template.h
    trunk/hw/unin_pci.c
    trunk/hw/versatile_pci.c
    trunk/hw/vmmouse.c
    trunk/keymaps/et
    trunk/keymaps/fo
    trunk/keymaps/is
    trunk/keymaps/nl
    trunk/keymaps/sv
    trunk/linux-user/alpha/termbits.h
    trunk/linux-user/arm/nwfpe/fpa11.c
    trunk/linux-user/arm/termbits.h
    trunk/linux-user/cris/syscall.h
    trunk/linux-user/cris/termbits.h
    trunk/linux-user/errno_defs.h
    trunk/linux-user/i386/termbits.h
    trunk/linux-user/m68k/termbits.h
    trunk/linux-user/ppc/termbits.h
    trunk/linux-user/sparc/termbits.h
    trunk/linux-user/sparc64/termbits.h
    trunk/linux-user/strace.c
    trunk/linux-user/vm86.c
    trunk/migration.h
    trunk/pc-bios/Makefile
    trunk/posix-aio-compat.c
    trunk/readline.c
    trunk/s390-dis.c
    trunk/s390.ld
    trunk/slirp/debug.h
    trunk/slirp/mbuf.c
    trunk/slirp/sbuf.c
    trunk/slirp/socket.c
    trunk/target-alpha/helper.c
    trunk/target-arm/machine.c
    trunk/target-m68k/m68k-qreg.h
    trunk/target-m68k/op_helper.c
    trunk/target-mips/machine.c
    trunk/target-sparc/TODO
    trunk/target-sparc/machine.c
    trunk/tcg/tcg-op.h
    trunk/tcg/tcg-runtime.c
    trunk/tests/cris/.gdbinit
    trunk/tests/cris/README
    trunk/tests/cris/check_movemr.s
    trunk/tests/cris/check_movemrv32.s
    trunk/tests/cris/check_mover.s
    trunk/tests/cris/check_stat3.c
    trunk/tests/cris/check_stat4.c
    trunk/tests/sha1.c
    trunk/tests/test-i386-shift.h
    trunk/tests/test_path.c

Modified: trunk/.gitignore
===================================================================
--- trunk/.gitignore	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/.gitignore	2008-12-13 09:32:43 UTC (rev 6000)
@@ -28,4 +28,3 @@
 *.tp
 *.vr
 *.d
-

Modified: trunk/a.out.h
===================================================================
--- trunk/a.out.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/a.out.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -428,4 +428,3 @@
 #endif
 
 #endif /* _A_OUT_H_ */
-

Modified: trunk/block-cloop.c
===================================================================
--- trunk/block-cloop.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/block-cloop.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -165,5 +165,3 @@
     NULL,
     cloop_close,
 };
-
-

Modified: trunk/block-dmg.c
===================================================================
--- trunk/block-dmg.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/block-dmg.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -294,4 +294,3 @@
     NULL,
     dmg_close,
 };
-

Modified: trunk/block-vvfat.c
===================================================================
--- trunk/block-vvfat.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/block-vvfat.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -2848,4 +2848,3 @@
     print_direntry(NULL);
 }
 #endif
-

Modified: trunk/buffered_file.c
===================================================================
--- trunk/buffered_file.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/buffered_file.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -247,4 +247,3 @@
 
     return s->file;
 }
-

Modified: trunk/darwin-user/mmap.c
===================================================================
--- trunk/darwin-user/mmap.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/darwin-user/mmap.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -408,4 +408,3 @@
     start &= qemu_host_page_mask;
     return msync((void *)start, end - start, flags);
 }
-

Modified: trunk/darwin-user/signal.c
===================================================================
--- trunk/darwin-user/signal.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/darwin-user/signal.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -455,5 +455,3 @@
     if (q != &k->info)
         free_sigqueue(q);
 }
-
-

Modified: trunk/def-helper.h
===================================================================
--- trunk/def-helper.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/def-helper.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -218,4 +218,3 @@
 #undef GEN_HELPER
 
 #endif
-

Modified: trunk/fpu/softfloat-macros.h
===================================================================
--- trunk/fpu/softfloat-macros.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/fpu/softfloat-macros.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -717,4 +717,3 @@
     return ( a0 != b0 ) || ( a1 != b1 );
 
 }
-

Modified: trunk/gen-icount.h
===================================================================
--- trunk/gen-icount.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/gen-icount.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -53,4 +53,3 @@
     tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, can_do_io));
     tcg_temp_free_i32(tmp);
 }
-

Modified: trunk/hw/apb_pci.c
===================================================================
--- trunk/hw/apb_pci.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/apb_pci.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -261,5 +261,3 @@
                     "Advanced PCI Bus secondary bridge 2");
     return secondary;
 }
-
-

Modified: trunk/hw/arm-misc.h
===================================================================
--- trunk/hw/arm-misc.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/arm-misc.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -44,4 +44,3 @@
 void stellaris_enet_init(NICInfo *nd, uint32_t base, qemu_irq irq);
 
 #endif /* !ARM_MISC_H */
-

Modified: trunk/hw/arm_sysctl.c
===================================================================
--- trunk/hw/arm_sysctl.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/arm_sysctl.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -205,4 +205,3 @@
     cpu_register_physical_memory(base, 0x00001000, iomemtype);
     /* ??? Save/restore.  */
 }
-

Modified: trunk/hw/arm_timer.c
===================================================================
--- trunk/hw/arm_timer.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/arm_timer.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -340,4 +340,3 @@
     /* This device has no state to save/restore.  The component timers will
        save themselves.  */
 }
-

Modified: trunk/hw/armv7m.c
===================================================================
--- trunk/hw/armv7m.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/armv7m.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -207,4 +207,3 @@
 
     return pic;
 }
-

Modified: trunk/hw/cdrom.c
===================================================================
--- trunk/hw/cdrom.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/cdrom.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -153,5 +153,3 @@
     cpu_to_be16wu((uint16_t *)buf, len - 2);
     return len;
 }
-
-

Modified: trunk/hw/grackle_pci.c
===================================================================
--- trunk/hw/grackle_pci.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/grackle_pci.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -146,4 +146,3 @@
 #endif
     return s->bus;
 }
-

Modified: trunk/hw/lsi53c895a.c
===================================================================
--- trunk/hw/lsi53c895a.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/lsi53c895a.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -2005,4 +2005,3 @@
 
     return s;
 }
-

Modified: trunk/hw/mac_dbdma.c
===================================================================
--- trunk/hw/mac_dbdma.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/mac_dbdma.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -76,4 +76,3 @@
 {
     *dbdma_mem_index = cpu_register_io_memory(0, dbdma_read, dbdma_write, NULL);
 }
-

Modified: trunk/hw/mcf5206.c
===================================================================
--- trunk/hw/mcf5206.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/mcf5206.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -540,4 +540,3 @@
     m5206_mbar_reset(s);
     return pic;
 }
-

Modified: trunk/hw/pci_host.h
===================================================================
--- trunk/hw/pci_host.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/pci_host.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -90,4 +90,3 @@
 #endif
     return val;
 }
-

Modified: trunk/hw/pcmcia.h
===================================================================
--- trunk/hw/pcmcia.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/pcmcia.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -47,4 +47,3 @@
 
 /* dscm1xxxx.c */
 struct pcmcia_card_s *dscm1xxxx_init(BlockDriverState *bdrv);
-

Modified: trunk/hw/pl011.c
===================================================================
--- trunk/hw/pl011.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/pl011.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -309,4 +309,3 @@
     }
     register_savevm("pl011_uart", -1, 1, pl011_save, pl011_load, s);
 }
-

Modified: trunk/hw/pl022.c
===================================================================
--- trunk/hw/pl022.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/pl022.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -306,5 +306,3 @@
     pl022_reset(s);
     register_savevm("pl022_ssp", -1, 1, pl022_save, pl022_load, s);
 }
-
-

Modified: trunk/hw/pl050.c
===================================================================
--- trunk/hw/pl050.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/pl050.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -139,4 +139,3 @@
         s->dev = ps2_kbd_init(pl050_update, s);
     /* ??? Save/restore.  */
 }
-

Modified: trunk/hw/pl061.c
===================================================================
--- trunk/hw/pl061.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/pl061.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -311,4 +311,3 @@
     register_savevm("pl061_gpio", -1, 1, pl061_save, pl061_load, s);
     return qemu_allocate_irqs(pl061_set_irq, s, 8);
 }
-

Modified: trunk/hw/pl080.c
===================================================================
--- trunk/hw/pl080.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/pl080.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -336,4 +336,3 @@
     /* ??? Save/restore.  */
     return s;
 }
-

Modified: trunk/hw/prep_pci.c
===================================================================
--- trunk/hw/prep_pci.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/prep_pci.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -169,4 +169,3 @@
 
     return s->bus;
 }
-

Modified: trunk/hw/ps2.h
===================================================================
--- trunk/hw/ps2.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/ps2.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -7,4 +7,3 @@
 void ps2_queue(void *, int b);
 void ps2_keyboard_set_translation(void *opaque, int mode);
 void ps2_mouse_fake_event(void *opaque);
-

Modified: trunk/hw/ptimer.c
===================================================================
--- trunk/hw/ptimer.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/ptimer.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -192,4 +192,3 @@
     s->timer = qemu_new_timer(vm_clock, ptimer_tick, s);
     return s;
 }
-

Modified: trunk/hw/rtl8139.c
===================================================================
--- trunk/hw/rtl8139.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/rtl8139.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -3463,4 +3463,3 @@
         rtl8139_get_next_tctr_time(s,qemu_get_clock(vm_clock)));
 #endif /* RTL8139_ONBOARD_TIMER */
 }
-

Modified: trunk/hw/sh7750.c
===================================================================
--- trunk/hw/sh7750.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/sh7750.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -778,4 +778,3 @@
     return qemu_allocate_irqs(sh_intc_set_irl, sh_intc_source(&s->intc, IRL),
                                1)[0];
 }
-

Modified: trunk/hw/sh_pci.c
===================================================================
--- trunk/hw/sh_pci.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/sh_pci.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -202,4 +202,3 @@
 
     return p->bus;
 }
-

Modified: trunk/hw/slavio_intctl.c
===================================================================
--- trunk/hw/slavio_intctl.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/slavio_intctl.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -421,4 +421,3 @@
     slavio_intctl_reset(s);
     return s;
 }
-

Modified: trunk/hw/sm501_template.h
===================================================================
--- trunk/hw/sm501_template.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/sm501_template.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -101,4 +101,3 @@
 #undef PIXEL_TYPE
 #undef PIXEL_NAME
 #undef BGR_FORMAT
-

Modified: trunk/hw/smbus.h
===================================================================
--- trunk/hw/smbus.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/smbus.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -67,4 +67,3 @@
 
 /* smbus_eeprom.c */
 void smbus_eeprom_device_init(i2c_bus *bus, uint8_t addr, uint8_t *buf);
-

Modified: trunk/hw/ssi-sd.c
===================================================================
--- trunk/hw/ssi-sd.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/ssi-sd.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -237,4 +237,3 @@
     register_savevm("ssi_sd", -1, 1, ssi_sd_save, ssi_sd_load, s);
     return s;
 }
-

Modified: trunk/hw/stellaris_input.c
===================================================================
--- trunk/hw/stellaris_input.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/stellaris_input.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -89,5 +89,3 @@
     register_savevm("stellaris_gamepad", -1, 1,
                     stellaris_gamepad_save, stellaris_gamepad_load, s);
 }
-
-

Modified: trunk/hw/sun4c_intctl.c
===================================================================
--- trunk/hw/sun4c_intctl.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/sun4c_intctl.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -221,4 +221,3 @@
     sun4c_intctl_reset(s);
     return s;
 }
-

Modified: trunk/hw/sun4m.c
===================================================================
--- trunk/hw/sun4m.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/sun4m.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -1646,4 +1646,3 @@
     .nodisk_ok = 1,
     .use_scsi = 1,
 };
-

Modified: trunk/hw/tc6393xb_template.h
===================================================================
--- trunk/hw/tc6393xb_template.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/tc6393xb_template.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -69,4 +69,3 @@
 
 #undef BITS
 #undef SET_PIXEL
-

Modified: trunk/hw/unin_pci.c
===================================================================
--- trunk/hw/unin_pci.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/unin_pci.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -268,4 +268,3 @@
 #endif
     return s->bus;
 }
-

Modified: trunk/hw/versatile_pci.c
===================================================================
--- trunk/hw/versatile_pci.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/versatile_pci.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -141,4 +141,3 @@
 
     return s;
 }
-

Modified: trunk/hw/vmmouse.c
===================================================================
--- trunk/hw/vmmouse.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/hw/vmmouse.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -288,4 +288,3 @@
 
     return s;
 }
-

Modified: trunk/keymaps/et
===================================================================
--- trunk/keymaps/et	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/keymaps/et	2008-12-13 09:32:43 UTC (rev 6000)
@@ -83,4 +83,3 @@
 colon 0x34 shift
 minus 0x35
 underscore 0x35 shift
-

Modified: trunk/keymaps/fo
===================================================================
--- trunk/keymaps/fo	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/keymaps/fo	2008-12-13 09:32:43 UTC (rev 6000)
@@ -74,4 +74,3 @@
 colon 0x34 shift
 minus 0x35
 underscore 0x35 shift
-

Modified: trunk/keymaps/is
===================================================================
--- trunk/keymaps/is	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/keymaps/is	2008-12-13 09:32:43 UTC (rev 6000)
@@ -137,4 +137,3 @@
 THORN 0x35 shift
 dead_belowdot 0x35 altgr
 dead_abovedot 0x35 shift altgr
-

Modified: trunk/keymaps/nl
===================================================================
--- trunk/keymaps/nl	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/keymaps/nl	2008-12-13 09:32:43 UTC (rev 6000)
@@ -57,4 +57,3 @@
 bracketright 0x56
 bracketleft 0x56 shift
 brokenbar 0x56 altgr
-

Modified: trunk/keymaps/sv
===================================================================
--- trunk/keymaps/sv	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/keymaps/sv	2008-12-13 09:32:43 UTC (rev 6000)
@@ -79,4 +79,3 @@
 colon 0x34 shift
 minus 0x35
 underscore 0x35 shift
-

Modified: trunk/linux-user/alpha/termbits.h
===================================================================
--- trunk/linux-user/alpha/termbits.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/linux-user/alpha/termbits.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -262,4 +262,3 @@
 #define TARGET_TIOCGICOUNT	0x545D	/* read serial port inline interrupt counts */
 #define TARGET_TIOCGHAYESESP	0x545E  /* Get Hayes ESP configuration */
 #define TARGET_TIOCSHAYESESP	0x545F  /* Set Hayes ESP configuration */
-

Modified: trunk/linux-user/arm/nwfpe/fpa11.c
===================================================================
--- trunk/linux-user/arm/nwfpe/fpa11.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/linux-user/arm/nwfpe/fpa11.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -241,4 +241,3 @@
   }
 }
 #endif
-

Modified: trunk/linux-user/arm/termbits.h
===================================================================
--- trunk/linux-user/arm/termbits.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/linux-user/arm/termbits.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -214,4 +214,3 @@
 #define TARGET_TIOCPKT_DOSTOP		32
 
 #define TARGET_TIOCSER_TEMT    0x01	/* Transmitter physically empty */
-

Modified: trunk/linux-user/cris/syscall.h
===================================================================
--- trunk/linux-user/cris/syscall.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/linux-user/cris/syscall.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -34,4 +34,3 @@
         unsigned long exs;
         unsigned long eda;
 };
-

Modified: trunk/linux-user/cris/termbits.h
===================================================================
--- trunk/linux-user/cris/termbits.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/linux-user/cris/termbits.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -211,4 +211,3 @@
 #define TARGET_TIOCPKT_DOSTOP		32
 
 #define TARGET_TIOCSER_TEMT    0x01	/* Transmitter physically empty */
-

Modified: trunk/linux-user/errno_defs.h
===================================================================
--- trunk/linux-user/errno_defs.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/linux-user/errno_defs.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -139,4 +139,3 @@
 /* for robust mutexes */
 #define TARGET_EOWNERDEAD      130     /* Owner died */
 #define TARGET_ENOTRECOVERABLE 131     /* State not recoverable */
-

Modified: trunk/linux-user/i386/termbits.h
===================================================================
--- trunk/linux-user/i386/termbits.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/linux-user/i386/termbits.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -224,4 +224,3 @@
 #define TARGET_TIOCPKT_DOSTOP		32
 
 #define TARGET_TIOCSER_TEMT    0x01	/* Transmitter physically empty */
-

Modified: trunk/linux-user/m68k/termbits.h
===================================================================
--- trunk/linux-user/m68k/termbits.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/linux-user/m68k/termbits.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -225,4 +225,3 @@
 #define TARGET_TIOCPKT_DOSTOP		32
 
 #define TARGET_TIOCSER_TEMT    0x01	/* Transmitter physically empty */
-

Modified: trunk/linux-user/ppc/termbits.h
===================================================================
--- trunk/linux-user/ppc/termbits.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/linux-user/ppc/termbits.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -234,4 +234,3 @@
 
 #define TARGET_TIOCMIWAIT	0x545C	/* wait for a change on serial input line(s) */
 #define TARGET_TIOCGICOUNT	0x545D	/* read serial port inline interrupt counts */
-

Modified: trunk/linux-user/sparc/termbits.h
===================================================================
--- trunk/linux-user/sparc/termbits.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/linux-user/sparc/termbits.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -277,4 +277,3 @@
 #define TARGET_TIOCSERSETMULTI 0x545B /* Set multiport config */
 #define TARGET_TIOCMIWAIT	0x545C /* Wait input */
 #define TARGET_TIOCGICOUNT	0x545D /* Read serial port inline interrupt counts */
-

Modified: trunk/linux-user/sparc64/termbits.h
===================================================================
--- trunk/linux-user/sparc64/termbits.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/linux-user/sparc64/termbits.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -277,4 +277,3 @@
 #define TARGET_TIOCSERSETMULTI 0x545B /* Set multiport config */
 #define TARGET_TIOCMIWAIT	0x545C /* Wait input */
 #define TARGET_TIOCGICOUNT	0x545D /* Read serial port inline interrupt counts */
-

Modified: trunk/linux-user/strace.c
===================================================================
--- trunk/linux-user/strace.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/linux-user/strace.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -314,4 +314,3 @@
             break;
         }
 }
-

Modified: trunk/linux-user/vm86.c
===================================================================
--- trunk/linux-user/vm86.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/linux-user/vm86.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -485,4 +485,3 @@
  out:
     return ret;
 }
-

Modified: trunk/migration.h
===================================================================
--- trunk/migration.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/migration.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -95,4 +95,3 @@
 }
 
 #endif
-

Modified: trunk/pc-bios/Makefile
===================================================================
--- trunk/pc-bios/Makefile	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/pc-bios/Makefile	2008-12-13 09:32:43 UTC (rev 6000)
@@ -14,4 +14,3 @@
 
 clean:
 	rm -f $(TARGETS) *.o *~
-

Modified: trunk/posix-aio-compat.c
===================================================================
--- trunk/posix-aio-compat.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/posix-aio-compat.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -199,4 +199,3 @@
 
     return ret;
 }
-

Modified: trunk/readline.c
===================================================================
--- trunk/readline.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/readline.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -484,5 +484,3 @@
         return NULL;
     return term_history[index];
 }
-
-

Modified: trunk/s390-dis.c
===================================================================
--- trunk/s390-dis.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/s390-dis.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -1708,4 +1708,3 @@
 
 const int s390_num_opcodes =
   sizeof (s390_opcodes) / sizeof (s390_opcodes[0]);
-

Modified: trunk/s390.ld
===================================================================
--- trunk/s390.ld	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/s390.ld	2008-12-13 09:32:43 UTC (rev 6000)
@@ -201,4 +201,3 @@
   .debug_typenames 0 : { *(.debug_typenames) }
   .debug_varnames  0 : { *(.debug_varnames) }
 }
-

Modified: trunk/slirp/debug.h
===================================================================
--- trunk/slirp/debug.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/slirp/debug.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -37,4 +37,3 @@
 #endif
 
 void debug_init _P((char *, int));
-

Modified: trunk/slirp/mbuf.c
===================================================================
--- trunk/slirp/mbuf.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/slirp/mbuf.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -234,4 +234,3 @@
 
 	return (struct mbuf *)0;
 }
-

Modified: trunk/slirp/sbuf.c
===================================================================
--- trunk/slirp/sbuf.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/slirp/sbuf.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -198,4 +198,3 @@
 		   memcpy(to+off,sb->sb_data,len);
 	}
 }
-

Modified: trunk/slirp/socket.c
===================================================================
--- trunk/slirp/socket.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/slirp/socket.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -723,4 +723,3 @@
 	else
 		sofcantsendmore(so);
 }
-

Modified: trunk/target-alpha/helper.c
===================================================================
--- trunk/target-alpha/helper.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/target-alpha/helper.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -436,4 +436,3 @@
     }
     cpu_fprintf(f, "\nlock     " TARGET_FMT_lx "\n", env->lock);
 }
-

Modified: trunk/target-arm/machine.c
===================================================================
--- trunk/target-arm/machine.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/target-arm/machine.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -211,5 +211,3 @@
 
     return 0;
 }
-
-

Modified: trunk/target-m68k/m68k-qreg.h
===================================================================
--- trunk/target-m68k/m68k-qreg.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/target-m68k/m68k-qreg.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -9,4 +9,3 @@
 #undef DEFR
 #undef DEFF64
 };
-

Modified: trunk/target-m68k/op_helper.c
===================================================================
--- trunk/target-m68k/op_helper.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/target-m68k/op_helper.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -224,4 +224,3 @@
     env->div2 = rem;
     env->cc_dest = flags;
 }
-

Modified: trunk/target-mips/machine.c
===================================================================
--- trunk/target-mips/machine.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/target-mips/machine.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -18,5 +18,3 @@
 {
     return 0;
 }
-
-

Modified: trunk/target-sparc/TODO
===================================================================
--- trunk/target-sparc/TODO	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/target-sparc/TODO	2008-12-13 09:32:43 UTC (rev 6000)
@@ -86,4 +86,3 @@
 Sun4v:
 - A lot of unimplemented features
  - A lot of real machine types
-

Modified: trunk/target-sparc/machine.c
===================================================================
--- trunk/target-sparc/machine.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/target-sparc/machine.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -220,5 +220,3 @@
     tlb_flush(env, 1);
     return 0;
 }
-
-

Modified: trunk/tcg/tcg-op.h
===================================================================
--- trunk/tcg/tcg-op.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/tcg/tcg-op.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -2054,4 +2054,3 @@
 #define tcg_gen_addi_ptr tcg_gen_addi_i64
 #define tcg_gen_ext_i32_ptr tcg_gen_ext_i32_i64
 #endif /* TCG_TARGET_REG_BITS != 32 */
-

Modified: trunk/tcg/tcg-runtime.c
===================================================================
--- trunk/tcg/tcg-runtime.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/tcg/tcg-runtime.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -66,4 +66,3 @@
 {
     return arg1 % arg2;
 }
-

Modified: trunk/tests/cris/.gdbinit
===================================================================
--- trunk/tests/cris/.gdbinit	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/tests/cris/.gdbinit	2008-12-13 09:32:43 UTC (rev 6000)
@@ -9,4 +9,3 @@
 display /x $r3
 display /x $r4
 display /t $ccs
-

Modified: trunk/tests/cris/README
===================================================================
--- trunk/tests/cris/README	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/tests/cris/README	2008-12-13 09:32:43 UTC (rev 6000)
@@ -1,2 +1 @@
 Test-suite for the cris port. Heavily based on the test-suite for the CRIS port of sim by Hans-Peter Nilsson.
-

Modified: trunk/tests/cris/check_movemr.s
===================================================================
--- trunk/tests/cris/check_movemr.s	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/tests/cris/check_movemr.s	2008-12-13 09:32:43 UTC (rev 6000)
@@ -76,4 +76,3 @@
  checkr3 6712
 
  quit
-

Modified: trunk/tests/cris/check_movemrv32.s
===================================================================
--- trunk/tests/cris/check_movemrv32.s	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/tests/cris/check_movemrv32.s	2008-12-13 09:32:43 UTC (rev 6000)
@@ -94,4 +94,3 @@
  checkr3 d
 
  quit
-

Modified: trunk/tests/cris/check_mover.s
===================================================================
--- trunk/tests/cris/check_mover.s	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/tests/cris/check_mover.s	2008-12-13 09:32:43 UTC (rev 6000)
@@ -26,4 +26,3 @@
  checkr3 ffffff00
 
  quit
-

Modified: trunk/tests/cris/check_stat3.c
===================================================================
--- trunk/tests/cris/check_stat3.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/tests/cris/check_stat3.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -23,4 +23,3 @@
   printf ("pass\n");
   exit (0);
 }
-

Modified: trunk/tests/cris/check_stat4.c
===================================================================
--- trunk/tests/cris/check_stat4.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/tests/cris/check_stat4.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -25,4 +25,3 @@
   printf ("pass\n");
   exit (0);
 }
-

Modified: trunk/tests/sha1.c
===================================================================
--- trunk/tests/sha1.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/tests/sha1.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -238,5 +238,3 @@
     printf("\n");
     return 0;
 }
-
-

Modified: trunk/tests/test-i386-shift.h
===================================================================
--- trunk/tests/test-i386-shift.h	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/tests/test-i386-shift.h	2008-12-13 09:32:43 UTC (rev 6000)
@@ -183,4 +183,3 @@
 #undef OP_SHIFTD
 #undef OP_NOBYTE
 #undef EXECSHIFT
-

Modified: trunk/tests/test_path.c
===================================================================
--- trunk/tests/test_path.c	2008-12-13 09:03:28 UTC (rev 5999)
+++ trunk/tests/test_path.c	2008-12-13 09:32:43 UTC (rev 6000)
@@ -149,4 +149,3 @@
     }
     return 0;
 }
-

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

end of thread, other threads:[~2008-12-14  8:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-13  9:32 [Qemu-devel] [6000] Remove unnecessary trailing newlines Blue Swirl
2008-12-13 16:27 ` Stefan Weil
2008-12-13 17:26   ` Stuart Brady
2008-12-14  8:13     ` Blue Swirl
2008-12-14  8:03   ` Blue Swirl
2008-12-13 20:59 ` malc
2008-12-14  8:22   ` Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).