===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch-130-7aa61ac [2011-10-25 16:06:11 -0500] Remove definitions of unused constraints
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch:131:12ff090 [2011-10-25 12:04:50 -0500] Canonicalize placement of cc attr settings and post-comma asm spacing
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch-132-dc3b946 [2011-10-25 11:46:50 -0500] Replace gratuitously complex jump insn
##############################################
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch-755-@@ -0,0 +1,336 @@
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch:756:+/*  -*- Mode: Asm -*-  */
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch-757-+#if WITH_DISABLE_WDT
##############################################
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch-896-+{
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch:897:+    asm volatile("\tmov\t#stack_addr, r1\n");
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch-898-+}
##############################################
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch-1097-@@ -0,0 +1,102 @@
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch:1098:+/*  -*- Mode: Asm -*-  */
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch-1099-+
##############################################
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch-1205-@@ -0,0 +1,1489 @@
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch:1206:+/*  -*- Mode: Asm -*-  */
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch-1207-+
##############################################
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch-4755-+
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch:4756:+      /* For improved ASM readability, omit #llo(const) for small constants */
gcc-msp430-4.6.3~mspgcc-20120406/msp430-gcc-4.6.3-20120406.patch-4757-+      if (!shift && !(intval & ~0xFFFF))
##############################################
gcc-msp430-4.6.3~mspgcc-20120406/debian/rules-34-	cd $(BUILD_TREE) && \
gcc-msp430-4.6.3~mspgcc-20120406/debian/rules:35:	for upstreamp in `grep -v '^#' $(CURDIR)/debian/patchlist`; \
gcc-msp430-4.6.3~mspgcc-20120406/debian/rules-36-		do echo; echo Applying patch $$upstreamp; \