aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/net
diff options
context:
space:
mode:
authorToon Moene <toon@gcc.gnu.org>2002-11-02 14:30:12 +0000
committerToon Moene <toon@gcc.gnu.org>2002-11-02 14:30:12 +0000
commitc08a37a53561798acbe74d2bf6981d76f8dd191c (patch)
tree5a4e9f092069fee9d11c8c59ea04def0130b06a4 /libjava/java/net
parent46eefac471e2770398bfaa0a65ec1d1d02f4f756 (diff)
downloadgcc-c08a37a53561798acbe74d2bf6981d76f8dd191c.zip
gcc-c08a37a53561798acbe74d2bf6981d76f8dd191c.tar.gz
gcc-c08a37a53561798acbe74d2bf6981d76f8dd191c.tar.bz2
g77.texi: Correct documentation on generating C++ prototypes of Fortran routines with f2c.
2002-11-02 Toon Moene <toon@moene.indiv.nluug.nl> * g77.texi: Correct documentation on generating C++ prototypes of Fortran routines with f2c. * news.texi: Document fixes in GCC-3.3, 3.2 and 3.1. From-SVN: r58749
Diffstat (limited to 'libjava/java/net')
0 files changed, 0 insertions, 0 deletions
>/+0 2015-12-29arm_adi_v5: Remove all mem_ap_sel_* functionsAndreas Fritiofson6-206/+178 2015-12-29arm_adi_v5: Rename TAR and CSW setters and make them AP-specificAndreas Fritiofson2-31/+25 2015-12-29arm_adi_v5: Split ahbap_debugport_initAndreas Fritiofson5-46/+74 2015-12-29arm_adi_v5: Clean up dap info commandAndreas Fritiofson2-37/+54 2015-12-29arm_adi_v5: Change mem_ap calls to take pointer to AP and not DAPAndreas Fritiofson6-267/+224 2015-12-29cortex_a: Find debug base using the detected APB-AP and not AP 1Andreas Fritiofson1-2/+2 2015-12-29arm_adi_v5: Convert the AP references from numbers to pointersAndreas Fritiofson8-144/+144 2015-12-29cortex_m: Discover the AP to use, just like Cortex-AAndreas Fritiofson3-7/+18 2015-12-29cortex_a: Call ahbap_debugport_init on the discovered AP and not 0Andreas Fritiofson1-7/+8 2015-12-29arm_adi_v5: Add a back-pointer from an AP to its DAPAndreas Fritiofson2-0/+12 2015-12-29arm_adi_v5: Remove unused is_swd flagAndreas Fritiofson2-7/+0 2015-12-29target/arm: Remove usage of struct arm_jtag in ARMv7 targetsAndreas Fritiofson19-66/+45 2015-12-29swd: Remove DAP from parameter listAndreas Fritiofson9-95/+81 2015-12-29arm_debug: Support multiple APs per DAP and remove DAP from armv7* structsPatrick Stewart10-97/+128 2015-12-29cortex_m: Select an AP when accessing the DAPPatrick Stewart7-87/+82 2015-12-29adi_v5: return proper value on timeoutAlamy Liu1-1/+1 2015-12-29adi_v5: Rename AP_REG_* to MEM_AP_REG_* and add LA supportAlamy Liu3-29/+30 2015-12-29cortex-a: Fix "Detected core" number is always '0'Alamy Liu1-1/+1 2015-12-28jtag: drivers: bcm2835gpio: fix a typo in informational messagePaul Fertser1-1/+1 2015-12-18xmc4xxx: Add XMC4800 supportAndreas Färber1-0/+21 2015-12-18xmc4xxx: Make sector sizes constAndreas Färber1-4/+4 2015-12-01cortex_a: fix fast-mode memory readsMatthias Welwarsky1-23/+23 2015-11-30xsvf: output a warning suggesting using SVFPaul Fertser1-0/+1 2015-11-30cortex_a: replace cortex_a_check_address functionMatthias Welwarsky3-80/+53 2015-11-30cortex_a: rework mmu manipulationMatthias Welwarsky1-17/+17 2015-11-30cortex_a: force cache and tlb bypass when cpu is in debug stateMatthias Welwarsky2-0/+13 2015-11-30armv7a: fix-up dcache clean and flush functions inner loop patternMatthias Welwarsky1-8/+18 2015-11-30cortex_a: Update instruction cache after setting a soft breakpointMatthias Welwarsky3-1/+30 2015-11-30armv7a: correctly handle invalidation of inner data cachesMatthias Welwarsky1-5/+30 2015-11-30armv7a: fix debug messages regarding cache on/off stateMatthias Welwarsky1-2/+2 2015-11-30armv7a: rework automatic flush-on-write handlingMatthias Welwarsky3-35/+15 2015-11-30armv7a: add d-cache virtual address range flush functionMatthias Welwarsky2-0/+37 2015-11-30armv7a: remove indirection for cache info handlerMatthias Welwarsky2-50/+32