From: OpenOCD-Gerrit <ope...@us...> - 2020-02-24 10:32:10
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 3bfe4926632d458da449f0438db6949c75b7af59 (commit) via 6bac2828b287e1d8d41f0239ffb21f5855b96896 (commit) via 74634d177b6c9853d6d38144c8783ff10c1b2e9b (commit) from 9d5767b6b005e426f77460c42bafce157de74a25 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3bfe4926632d458da449f0438db6949c75b7af59 Author: Antonio Borneo <bor...@gm...> Date: Sun May 12 12:52:59 2019 +0200 coding style: doc: remove empty lines at end of text files Empty lines at end of text files are useless. Remove them. Change-Id: I30e4d3d03c4ce846aa7bcefa7366f88732275557 Signed-off-by: Antonio Borneo <bor...@gm...> Reviewed-on: http://openocd.zylin.com/5170 Tested-by: jenkins diff --git a/NEWS-0.5.0 b/NEWS-0.5.0 index add6c1e90..90ea35c41 100644 --- a/NEWS-0.5.0 +++ b/NEWS-0.5.0 @@ -71,4 +71,3 @@ For older NEWS, see the NEWS files associated with each release For more information about contributing test reports, bug fixes, or new features and device support, please read the new Developer Manual (or the BUGS and PATCHES.txt files in the source archive). - diff --git a/TODO b/TODO index a4102eb3b..c73d772e2 100644 --- a/TODO +++ b/TODO @@ -392,4 +392,3 @@ to complete: /** @file This file contains the @ref thelist page. */ - diff --git a/doc/fdl.texi b/doc/fdl.texi index a18c33ea0..33b2a1646 100644 --- a/doc/fdl.texi +++ b/doc/fdl.texi @@ -449,4 +449,3 @@ to permit their use in free software. @c Local Variables: @c ispell-local-pdict: "ispell-dict" @c End: - commit 6bac2828b287e1d8d41f0239ffb21f5855b96896 Author: Antonio Borneo <bor...@gm...> Date: Sun May 12 12:51:28 2019 +0200 coding style: testing: remove empty lines at end of text files Empty lines at end of text files are useless. Remove them. Change-Id: Id05a7bd944edccaa03ed9eb48599b2e262664cf0 Signed-off-by: Antonio Borneo <bor...@gm...> Reviewed-on: http://openocd.zylin.com/5169 Tested-by: jenkins diff --git a/testing/build.test1/Makefile b/testing/build.test1/Makefile index 7271bf2c6..02b752307 100644 --- a/testing/build.test1/Makefile +++ b/testing/build.test1/Makefile @@ -93,6 +93,3 @@ all.download: linux.ftd2xx_installed \ linux.ft22232_libftdi \ linux.ftd2xx_installed.setup - - - diff --git a/testing/build.test1/README.TXT b/testing/build.test1/README.TXT index c8244382a..7f4d401e8 100644 --- a/testing/build.test1/README.TXT +++ b/testing/build.test1/README.TXT @@ -36,4 +36,3 @@ Dec 26,2008 cd ~/work make cygwin.buildtest - diff --git a/testing/build.test1/mingw32_help/include/sys/cdefs.h b/testing/build.test1/mingw32_help/include/sys/cdefs.h index c401ce794..606205a58 100644 --- a/testing/build.test1/mingw32_help/include/sys/cdefs.h +++ b/testing/build.test1/mingw32_help/include/sys/cdefs.h @@ -20,4 +20,3 @@ details. */ #define __P(protos) protos /* full-blown ANSI C */ #define __CONCAT(__x,__y) __x##__y #endif - diff --git a/testing/build.test2/README.txt b/testing/build.test2/README.txt index d71c14b5a..382105ef0 100644 --- a/testing/build.test2/README.txt +++ b/testing/build.test2/README.txt @@ -56,4 +56,3 @@ For example - in cygwin, type this: ======= **END** ======= - diff --git a/testing/examples/AT91R40008Test/prj/ethernut3_ram.ld b/testing/examples/AT91R40008Test/prj/ethernut3_ram.ld index 604e70412..a5ae16eb8 100644 --- a/testing/examples/AT91R40008Test/prj/ethernut3_ram.ld +++ b/testing/examples/AT91R40008Test/prj/ethernut3_ram.ld @@ -137,4 +137,3 @@ SECTIONS } /*** EOF ***/ - diff --git a/testing/examples/AT91R40008Test/src/crt.s b/testing/examples/AT91R40008Test/src/crt.s index 0b7026118..bab4609a2 100644 --- a/testing/examples/AT91R40008Test/src/crt.s +++ b/testing/examples/AT91R40008Test/src/crt.s @@ -167,6 +167,4 @@ FIQHandler: .weak IRQHandler, FIQHandler .ltorg -/*** EOF ***/ - - +/*** EOF ***/ diff --git a/testing/examples/LPC2148Test/prj/lpc2148_ram.ld b/testing/examples/LPC2148Test/prj/lpc2148_ram.ld index b7951342d..3cbb616f3 100644 --- a/testing/examples/LPC2148Test/prj/lpc2148_ram.ld +++ b/testing/examples/LPC2148Test/prj/lpc2148_ram.ld @@ -137,4 +137,3 @@ SECTIONS } /*** EOF ***/ - diff --git a/testing/examples/LPC2148Test/prj/lpc2148_rom.ld b/testing/examples/LPC2148Test/prj/lpc2148_rom.ld index 5844fffce..9cb12e4f6 100644 --- a/testing/examples/LPC2148Test/prj/lpc2148_rom.ld +++ b/testing/examples/LPC2148Test/prj/lpc2148_rom.ld @@ -138,4 +138,3 @@ SECTIONS } /*** EOF ***/ - diff --git a/testing/examples/LPC2148Test/src/crt.s b/testing/examples/LPC2148Test/src/crt.s index 774f6b4ae..6fd1d3059 100644 --- a/testing/examples/LPC2148Test/src/crt.s +++ b/testing/examples/LPC2148Test/src/crt.s @@ -184,6 +184,4 @@ FIQHandler: .weak IRQHandler, FIQHandler .ltorg -/*** EOF ***/ - - +/*** EOF ***/ diff --git a/testing/examples/LPC2294Test/prj/lpc2294_ram.ld b/testing/examples/LPC2294Test/prj/lpc2294_ram.ld index 17eaedd87..bc4b93947 100644 --- a/testing/examples/LPC2294Test/prj/lpc2294_ram.ld +++ b/testing/examples/LPC2294Test/prj/lpc2294_ram.ld @@ -137,4 +137,3 @@ SECTIONS } /*** EOF ***/ - diff --git a/testing/examples/LPC2294Test/prj/lpc2294_rom.ld b/testing/examples/LPC2294Test/prj/lpc2294_rom.ld index 64a28f0c6..ca71c28c1 100644 --- a/testing/examples/LPC2294Test/prj/lpc2294_rom.ld +++ b/testing/examples/LPC2294Test/prj/lpc2294_rom.ld @@ -138,4 +138,3 @@ SECTIONS } /*** EOF ***/ - diff --git a/testing/examples/LPC2294Test/src/crt.s b/testing/examples/LPC2294Test/src/crt.s index ac17dcd5f..8b24cc195 100644 --- a/testing/examples/LPC2294Test/src/crt.s +++ b/testing/examples/LPC2294Test/src/crt.s @@ -184,6 +184,4 @@ FIQHandler: .weak IRQHandler, FIQHandler .ltorg -/*** EOF ***/ - - +/*** EOF ***/ diff --git a/testing/examples/SAM7S256Test/prj/sam7s256_ram.ld b/testing/examples/SAM7S256Test/prj/sam7s256_ram.ld index 1b857c99f..593e17cac 100644 --- a/testing/examples/SAM7S256Test/prj/sam7s256_ram.ld +++ b/testing/examples/SAM7S256Test/prj/sam7s256_ram.ld @@ -129,4 +129,3 @@ SECTIONS } /*** EOF ***/ - diff --git a/testing/examples/SAM7S256Test/prj/sam7s256_rom.ld b/testing/examples/SAM7S256Test/prj/sam7s256_rom.ld index b64854acd..b181023bb 100644 --- a/testing/examples/SAM7S256Test/prj/sam7s256_rom.ld +++ b/testing/examples/SAM7S256Test/prj/sam7s256_rom.ld @@ -130,4 +130,3 @@ SECTIONS } /*** EOF ***/ - diff --git a/testing/examples/SAM7S256Test/src/crt.s b/testing/examples/SAM7S256Test/src/crt.s index 16e5865ea..b0bae0d63 100644 --- a/testing/examples/SAM7S256Test/src/crt.s +++ b/testing/examples/SAM7S256Test/src/crt.s @@ -220,6 +220,4 @@ FIQHandler: .weak IRQHandler, FIQHandler .ltorg -/*** EOF ***/ - - +/*** EOF ***/ diff --git a/testing/examples/SAM7X256Test/prj/sam7x256_ram.ld b/testing/examples/SAM7X256Test/prj/sam7x256_ram.ld index 1b857c99f..593e17cac 100644 --- a/testing/examples/SAM7X256Test/prj/sam7x256_ram.ld +++ b/testing/examples/SAM7X256Test/prj/sam7x256_ram.ld @@ -129,4 +129,3 @@ SECTIONS } /*** EOF ***/ - diff --git a/testing/examples/SAM7X256Test/prj/sam7x256_rom.ld b/testing/examples/SAM7X256Test/prj/sam7x256_rom.ld index b64854acd..b181023bb 100644 --- a/testing/examples/SAM7X256Test/prj/sam7x256_rom.ld +++ b/testing/examples/SAM7X256Test/prj/sam7x256_rom.ld @@ -130,4 +130,3 @@ SECTIONS } /*** EOF ***/ - diff --git a/testing/examples/SAM7X256Test/src/crt.s b/testing/examples/SAM7X256Test/src/crt.s index 16e5865ea..b0bae0d63 100644 --- a/testing/examples/SAM7X256Test/src/crt.s +++ b/testing/examples/SAM7X256Test/src/crt.s @@ -220,6 +220,4 @@ FIQHandler: .weak IRQHandler, FIQHandler .ltorg -/*** EOF ***/ - - +/*** EOF ***/ diff --git a/testing/examples/STR710JtagSpeed/prj/eclipse_ft2232_ram.gdb b/testing/examples/STR710JtagSpeed/prj/eclipse_ft2232_ram.gdb index 92f8e18e5..9c48e3571 100644 --- a/testing/examples/STR710JtagSpeed/prj/eclipse_ft2232_ram.gdb +++ b/testing/examples/STR710JtagSpeed/prj/eclipse_ft2232_ram.gdb @@ -24,10 +24,3 @@ monitor verify_ircapture disable load break main continue - - - - - - - diff --git a/testing/examples/STR710JtagSpeed/prj/str7_ram.ld b/testing/examples/STR710JtagSpeed/prj/str7_ram.ld index d760f2620..ded9ab4b4 100644 --- a/testing/examples/STR710JtagSpeed/prj/str7_ram.ld +++ b/testing/examples/STR710JtagSpeed/prj/str7_ram.ld @@ -137,4 +137,3 @@ SECTIONS } /*** EOF ***/ - diff --git a/testing/examples/STR710JtagSpeed/src/crt.s b/testing/examples/STR710JtagSpeed/src/crt.s index d1c238c7b..c27d18e02 100644 --- a/testing/examples/STR710JtagSpeed/src/crt.s +++ b/testing/examples/STR710JtagSpeed/src/crt.s @@ -258,6 +258,4 @@ FIQHandler: .weak IRQHandler, FIQHandler .ltorg -/*** EOF ***/ - - +/*** EOF ***/ diff --git a/testing/examples/STR710Test/prj/hitex_str7_rom.ld b/testing/examples/STR710Test/prj/hitex_str7_rom.ld index 11ac4b621..329dbe014 100644 --- a/testing/examples/STR710Test/prj/hitex_str7_rom.ld +++ b/testing/examples/STR710Test/prj/hitex_str7_rom.ld @@ -256,4 +256,3 @@ SECTIONS .debug_typenames 0 : { *(.debug_typenames) } .debug_varnames 0 : { *(.debug_varnames) } } - diff --git a/testing/examples/STR710Test/prj/str710_program.script b/testing/examples/STR710Test/prj/str710_program.script index b268adf09..b1601b847 100644 --- a/testing/examples/STR710Test/prj/str710_program.script +++ b/testing/examples/STR710Test/prj/str710_program.script @@ -1,8 +1 @@ flash protect 0 0 7 off - - - - - - - diff --git a/testing/examples/STR710Test/src/crt.s b/testing/examples/STR710Test/src/crt.s index c9db5f5ea..0e7cd37d8 100644 --- a/testing/examples/STR710Test/src/crt.s +++ b/testing/examples/STR710Test/src/crt.s @@ -296,4 +296,3 @@ FIQHandler: .ltorg /*** EOF ***/ - diff --git a/testing/examples/STR912Test/prj/eclipse_ram.gdb b/testing/examples/STR912Test/prj/eclipse_ram.gdb index 00a62d705..67def3c4f 100644 --- a/testing/examples/STR912Test/prj/eclipse_ram.gdb +++ b/testing/examples/STR912Test/prj/eclipse_ram.gdb @@ -15,7 +15,3 @@ monitor mww 0x54000000 0xf load break main continue - - - - diff --git a/testing/examples/STR912Test/prj/eclipse_rom.gdb b/testing/examples/STR912Test/prj/eclipse_rom.gdb index 58977cfcd..35cbff8e1 100644 --- a/testing/examples/STR912Test/prj/eclipse_rom.gdb +++ b/testing/examples/STR912Test/prj/eclipse_rom.gdb @@ -15,7 +15,3 @@ monitor mww 0x54000000 0xf load break main continue - - - - diff --git a/testing/examples/STR912Test/prj/str912_program.script b/testing/examples/STR912Test/prj/str912_program.script index df0239b9d..45ec8a7a2 100644 --- a/testing/examples/STR912Test/prj/str912_program.script +++ b/testing/examples/STR912Test/prj/str912_program.script @@ -1,9 +1,2 @@ str9x flash_config 0 4 2 0 0x80000 flash protect 0 0 7 off - - - - - - - diff --git a/testing/examples/STR912Test/prj/str912_ram.ld b/testing/examples/STR912Test/prj/str912_ram.ld index 269ada9bf..9b9e731d4 100644 --- a/testing/examples/STR912Test/prj/str912_ram.ld +++ b/testing/examples/STR912Test/prj/str912_ram.ld @@ -215,4 +215,3 @@ SECTIONS .debug_typenames 0 : { *(.debug_typenames) } .debug_varnames 0 : { *(.debug_varnames) } } - diff --git a/testing/examples/STR912Test/prj/str912_rom.ld b/testing/examples/STR912Test/prj/str912_rom.ld index 804149d21..aace268ca 100644 --- a/testing/examples/STR912Test/prj/str912_rom.ld +++ b/testing/examples/STR912Test/prj/str912_rom.ld @@ -246,4 +246,3 @@ SECTIONS .debug_typenames 0 : { *(.debug_typenames) } .debug_varnames 0 : { *(.debug_varnames) } } - diff --git a/testing/examples/ledtest-imx27ads/Makefile b/testing/examples/ledtest-imx27ads/Makefile index 4009c41b2..a1e0ba3ac 100644 --- a/testing/examples/ledtest-imx27ads/Makefile +++ b/testing/examples/ledtest-imx27ads/Makefile @@ -39,4 +39,3 @@ dump_full: clean: -/bin/rm -f *.o *~ test.elf - diff --git a/testing/examples/ledtest-imx27ads/crt0.S b/testing/examples/ledtest-imx27ads/crt0.S index d7498814c..770982b31 100644 --- a/testing/examples/ledtest-imx27ads/crt0.S +++ b/testing/examples/ledtest-imx27ads/crt0.S @@ -44,4 +44,3 @@ _mainCRTStartup: .word __bss_start__ .LC2: .word __bss_end__ - diff --git a/testing/examples/ledtest-imx27ads/gdbinit-imx27ads b/testing/examples/ledtest-imx27ads/gdbinit-imx27ads index 4764bc738..88fc78a3d 100644 --- a/testing/examples/ledtest-imx27ads/gdbinit-imx27ads +++ b/testing/examples/ledtest-imx27ads/gdbinit-imx27ads @@ -33,4 +33,3 @@ b main # Run to the breakpoint. c - diff --git a/testing/examples/ledtest-imx27ads/test.c b/testing/examples/ledtest-imx27ads/test.c index a3dd52234..01dc284da 100644 --- a/testing/examples/ledtest-imx27ads/test.c +++ b/testing/examples/ledtest-imx27ads/test.c @@ -54,5 +54,3 @@ atexit() { while (1); } /* ATEXIT */ - - diff --git a/testing/examples/ledtest-imx31pdk/Makefile b/testing/examples/ledtest-imx31pdk/Makefile index 74e2fc23f..1ca6a8d15 100644 --- a/testing/examples/ledtest-imx31pdk/Makefile +++ b/testing/examples/ledtest-imx31pdk/Makefile @@ -39,4 +39,3 @@ dump_full: clean: -/bin/rm -f *.o *~ test.elf - diff --git a/testing/examples/ledtest-imx31pdk/crt0.S b/testing/examples/ledtest-imx31pdk/crt0.S index d7498814c..770982b31 100644 --- a/testing/examples/ledtest-imx31pdk/crt0.S +++ b/testing/examples/ledtest-imx31pdk/crt0.S @@ -44,4 +44,3 @@ _mainCRTStartup: .word __bss_start__ .LC2: .word __bss_end__ - diff --git a/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk b/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk index 304a8d899..8374f5acb 100644 --- a/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk +++ b/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk @@ -33,4 +33,3 @@ b main # Run to the breakpoint. c - diff --git a/testing/examples/ledtest-imx31pdk/test.c b/testing/examples/ledtest-imx31pdk/test.c index 4135f89c0..a7e37b442 100644 --- a/testing/examples/ledtest-imx31pdk/test.c +++ b/testing/examples/ledtest-imx31pdk/test.c @@ -52,5 +52,3 @@ atexit() { while (1); } /* ATEXIT */ - - diff --git a/testing/profile_stm32.txt b/testing/profile_stm32.txt index a7e03b08f..e0eb875ad 100644 --- a/testing/profile_stm32.txt +++ b/testing/profile_stm32.txt @@ -49,4 +49,3 @@ step 114 mem 96 erase 1547 flash fill 15564 - diff --git a/testing/tcl_test.tcl b/testing/tcl_test.tcl index 476e1c21a..3883dd965 100644 --- a/testing/tcl_test.tcl +++ b/testing/tcl_test.tcl @@ -60,6 +60,3 @@ puts "Running help on PC using data from OpenOCD" global ocd_helptext set ocd_helptext [get_help_text] puts [pc_help] - - - commit 74634d177b6c9853d6d38144c8783ff10c1b2e9b Author: Antonio Borneo <bor...@gm...> Date: Sun May 12 12:38:18 2019 +0200 coding style: tools: remove empty lines at end of text files Empty lines at end of text files are useless. Remove them. Change-Id: Iea4c8425e137d6252fb2e5b62e0b124c73a01cb6 Signed-off-by: Antonio Borneo <bor...@gm...> Reviewed-on: http://openocd.zylin.com/5168 Tested-by: jenkins diff --git a/tools/release/helpers.sh b/tools/release/helpers.sh index 47d5782ab..f06df34e9 100644 --- a/tools/release/helpers.sh +++ b/tools/release/helpers.sh @@ -57,4 +57,3 @@ Release: ${PACKAGE_RELEASE} Type: ${RELEASE_TYPE} INFO } - diff --git a/tools/release/version.sh b/tools/release/version.sh index d6c9434b3..a1c92f708 100755 --- a/tools/release/version.sh +++ b/tools/release/version.sh @@ -146,4 +146,3 @@ do_version() { package_info_load do_version "$@" - diff --git a/tools/st7_dtc_as/st7_dtc_as.pl b/tools/st7_dtc_as/st7_dtc_as.pl index 380c61d80..d4c42d7af 100755 --- a/tools/st7_dtc_as/st7_dtc_as.pl +++ b/tools/st7_dtc_as/st7_dtc_as.pl @@ -706,4 +706,3 @@ if($opt{'b'}) { 0; - ----------------------------------------------------------------------- Summary of changes: NEWS-0.5.0 | 1 - TODO | 1 - doc/fdl.texi | 1 - testing/build.test1/Makefile | 3 --- testing/build.test1/README.TXT | 1 - testing/build.test1/mingw32_help/include/sys/cdefs.h | 1 - testing/build.test2/README.txt | 1 - testing/examples/AT91R40008Test/prj/ethernut3_ram.ld | 1 - testing/examples/AT91R40008Test/src/crt.s | 4 +--- testing/examples/LPC2148Test/prj/lpc2148_ram.ld | 1 - testing/examples/LPC2148Test/prj/lpc2148_rom.ld | 1 - testing/examples/LPC2148Test/src/crt.s | 4 +--- testing/examples/LPC2294Test/prj/lpc2294_ram.ld | 1 - testing/examples/LPC2294Test/prj/lpc2294_rom.ld | 1 - testing/examples/LPC2294Test/src/crt.s | 4 +--- testing/examples/SAM7S256Test/prj/sam7s256_ram.ld | 1 - testing/examples/SAM7S256Test/prj/sam7s256_rom.ld | 1 - testing/examples/SAM7S256Test/src/crt.s | 4 +--- testing/examples/SAM7X256Test/prj/sam7x256_ram.ld | 1 - testing/examples/SAM7X256Test/prj/sam7x256_rom.ld | 1 - testing/examples/SAM7X256Test/src/crt.s | 4 +--- testing/examples/STR710JtagSpeed/prj/eclipse_ft2232_ram.gdb | 7 ------- testing/examples/STR710JtagSpeed/prj/str7_ram.ld | 1 - testing/examples/STR710JtagSpeed/src/crt.s | 4 +--- testing/examples/STR710Test/prj/hitex_str7_rom.ld | 1 - testing/examples/STR710Test/prj/str710_program.script | 7 ------- testing/examples/STR710Test/src/crt.s | 1 - testing/examples/STR912Test/prj/eclipse_ram.gdb | 4 ---- testing/examples/STR912Test/prj/eclipse_rom.gdb | 4 ---- testing/examples/STR912Test/prj/str912_program.script | 7 ------- testing/examples/STR912Test/prj/str912_ram.ld | 1 - testing/examples/STR912Test/prj/str912_rom.ld | 1 - testing/examples/ledtest-imx27ads/Makefile | 1 - testing/examples/ledtest-imx27ads/crt0.S | 1 - testing/examples/ledtest-imx27ads/gdbinit-imx27ads | 1 - testing/examples/ledtest-imx27ads/test.c | 2 -- testing/examples/ledtest-imx31pdk/Makefile | 1 - testing/examples/ledtest-imx31pdk/crt0.S | 1 - testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk | 1 - testing/examples/ledtest-imx31pdk/test.c | 2 -- testing/profile_stm32.txt | 1 - testing/tcl_test.tcl | 3 --- tools/release/helpers.sh | 1 - tools/release/version.sh | 1 - tools/st7_dtc_as/st7_dtc_as.pl | 1 - 45 files changed, 6 insertions(+), 87 deletions(-) hooks/post-receive -- Main OpenOCD repository |